]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/hir/map/mod.rs
collector: clarify dependencies
[rust.git] / src / librustc / hir / map / mod.rs
index 0a165accb7d52df9c2d6f3c7b827ee2e245d3d71..8fedcac9e23a4ab26dc74914f56d7cb2b22a5cf6 100644 (file)
@@ -18,7 +18,7 @@
 use rustc_span::hygiene::MacroKind;
 use rustc_span::source_map::Spanned;
 use rustc_span::symbol::kw;
-use rustc_span::{Span, DUMMY_SP};
+use rustc_span::Span;
 use rustc_target::spec::abi::Abi;
 use syntax::ast::{self, Name, NodeId};