about summary refs log tree commit diff
path: root/src/rustc/front/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustc/front/config.rs')
-rw-r--r--src/rustc/front/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/front/config.rs b/src/rustc/front/config.rs
index 50ed5f6132c..79b9baa77dd 100644
--- a/src/rustc/front/config.rs
+++ b/src/rustc/front/config.rs
@@ -1,4 +1,4 @@
-import syntax::{ast, fold, attr};
+use syntax::{ast, fold, attr};
 
 export strip_unconfigured_items;
 export metas_in_cfg;