aboutsummaryrefslogtreecommitdiff
path: root/src/bin/parse-rust.rs
diff options
context:
space:
mode:
authorChristopher Durham <[email protected]>2018-01-27 23:31:23 +0000
committerChristopher Durham <[email protected]>2018-01-27 23:31:23 +0000
commit4de3c97b2afea55834cd16368f950133459d8c73 (patch)
tree9091b5dc1b116e5cbb47a535ffa922e66776c800 /src/bin/parse-rust.rs
parent357cd3358167daa38f3ff34d225e1501faff6015 (diff)
Enforce rustfmt format
Diffstat (limited to 'src/bin/parse-rust.rs')
-rw-r--r--src/bin/parse-rust.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/parse-rust.rs b/src/bin/parse-rust.rs
index 3c13e732e..af1325bfc 100644
--- a/src/bin/parse-rust.rs
+++ b/src/bin/parse-rust.rs
@@ -2,7 +2,7 @@ extern crate libsyntax2;
2 2
3use std::io::Read; 3use std::io::Read;
4 4
5use libsyntax2::{tokenize, parse}; 5use libsyntax2::{parse, tokenize};
6use libsyntax2::utils::dump_tree; 6use libsyntax2::utils::dump_tree;
7 7
8fn main() { 8fn main() {