diff options
| author | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-04-12 22:58:55 +0900 |
|---|---|---|
| committer | Seo Sanghyeon <sanxiyn@gmail.com> | 2016-04-12 22:58:55 +0900 |
| commit | 01fb27f64814dbd2fef755af4fd6197b1fe74240 (patch) | |
| tree | 57c5c1aaeb0ab5da32fc1fc9474592c89d95af25 /src/libsyntax/parse/parser.rs | |
| parent | c0221c8897db309a79990367476177b1230bb264 (diff) | |
| download | rust-01fb27f64814dbd2fef755af4fd6197b1fe74240.tar.gz rust-01fb27f64814dbd2fef755af4fd6197b1fe74240.zip | |
Remove unused trait imports
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index b8c926f8de9..c7d6b5c057b 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -59,7 +59,6 @@ use ptr::P; use parse::PResult; use std::collections::HashSet; -use std::io::prelude::*; use std::mem; use std::path::{Path, PathBuf}; use std::rc::Rc; |
