diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-28 18:12:06 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-28 18:12:06 +0530 |
| commit | 5eb4be4c562c369921a6b71812a2003c4cf3163e (patch) | |
| tree | 459601ecc6c928a3cba7b36be19269b5ce06b853 /src/libsyntax/util/parser_testing.rs | |
| parent | 4aa17c80e605092e05251b5b1a6a08df9cf5fc0c (diff) | |
| parent | cbce6bfbdb140561add2ff258b305e7c7f2ad5c6 (diff) | |
| download | rust-5eb4be4c562c369921a6b71812a2003c4cf3163e.tar.gz rust-5eb4be4c562c369921a6b71812a2003c4cf3163e.zip | |
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Pretty much what it says on the tin.
Diffstat (limited to 'src/libsyntax/util/parser_testing.rs')
| -rw-r--r-- | src/libsyntax/util/parser_testing.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/util/parser_testing.rs b/src/libsyntax/util/parser_testing.rs index 9b570c2b1fe..ec608646327 100644 --- a/src/libsyntax/util/parser_testing.rs +++ b/src/libsyntax/util/parser_testing.rs @@ -9,9 +9,9 @@ // except according to those terms. use ast; -use parse::{new_parse_sess}; +use parse::new_parse_sess; use parse::{ParseSess,string_to_filemap,filemap_to_tts}; -use parse::{new_parser_from_source_str}; +use parse::new_parser_from_source_str; use parse::parser::Parser; use parse::token; use ptr::P; |
