about summary refs log tree commit diff
path: root/src/librustc_builtin_macros/global_asm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_builtin_macros/global_asm.rs')
-rw-r--r--src/librustc_builtin_macros/global_asm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_builtin_macros/global_asm.rs b/src/librustc_builtin_macros/global_asm.rs
index fc933e4673a..97ae8012ae3 100644
--- a/src/librustc_builtin_macros/global_asm.rs
+++ b/src/librustc_builtin_macros/global_asm.rs
@@ -9,13 +9,13 @@
 /// therefore apply.
 use errors::DiagnosticBuilder;
 
+use rustc_expand::base::{self, *};
 use smallvec::smallvec;
 use syntax::ast;
 use syntax::ptr::P;
 use syntax::source_map::respan;
 use syntax::token;
 use syntax::tokenstream::TokenStream;
-use syntax_expand::base::{self, *};
 use syntax_pos::Span;
 
 pub fn expand_global_asm<'cx>(