Skip to content
Snippets Groups Projects
Commit beed7cd5 authored by David Renshaw's avatar David Renshaw
Browse files

remove unused import

parent bc274214
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ use rustc::session::config::{self, Input, ErrorOutputType}; ...@@ -8,7 +8,6 @@ use rustc::session::config::{self, Input, ErrorOutputType};
use syntax; use syntax;
use syntax::ast::{MetaItemKind, NestedMetaItemKind, self}; use syntax::ast::{MetaItemKind, NestedMetaItemKind, self};
use std::path::PathBuf; use std::path::PathBuf;
use std;
struct SeerCompilerCalls(RustcDefaultCalls, ::ExecutionConfig); struct SeerCompilerCalls(RustcDefaultCalls, ::ExecutionConfig);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment