about summary refs log tree commit diff
path: root/src/librustc_builtin_macros/deriving/debug.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_builtin_macros/deriving/debug.rs')
-rw-r--r--src/librustc_builtin_macros/deriving/debug.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_builtin_macros/deriving/debug.rs b/src/librustc_builtin_macros/deriving/debug.rs
index c145b63274e..4a3790e85dd 100644
--- a/src/librustc_builtin_macros/deriving/debug.rs
+++ b/src/librustc_builtin_macros/deriving/debug.rs
@@ -2,11 +2,11 @@ use crate::deriving::generic::ty::*;
 use crate::deriving::generic::*;
 use crate::deriving::path_std;
 
+use rustc_expand::base::{Annotatable, ExtCtxt};
 use syntax::ast::{self, Ident};
 use syntax::ast::{Expr, MetaItem};
 use syntax::ptr::P;
 use syntax::symbol::sym;
-use syntax_expand::base::{Annotatable, ExtCtxt};
 use syntax_pos::{Span, DUMMY_SP};
 
 pub fn expand_deriving_debug(