about summary refs log tree commit diff
path: root/src/libsyntax/early_buffered_lints.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsyntax/early_buffered_lints.rs')
-rw-r--r--src/libsyntax/early_buffered_lints.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/early_buffered_lints.rs b/src/libsyntax/early_buffered_lints.rs
index 977e6d45877..598c8459d15 100644
--- a/src/libsyntax/early_buffered_lints.rs
+++ b/src/libsyntax/early_buffered_lints.rs
@@ -3,7 +3,7 @@
 //! Since we cannot have a dependency on `librustc`, we implement some types here that are somewhat
 //! redundant. Later, these types can be converted to types for use by the rest of the compiler.
 
-use crate::syntax::ast::NodeId;
+use crate::ast::NodeId;
 use syntax_pos::MultiSpan;
 
 /// Since we cannot import `LintId`s from `rustc::lint`, we define some Ids here which can later be