diff options
Diffstat (limited to 'components/plugins/reflector.rs')
-rw-r--r-- | components/plugins/reflector.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/plugins/reflector.rs b/components/plugins/reflector.rs index 6bb43552a3e..4e4a0f3b442 100644 --- a/components/plugins/reflector.rs +++ b/components/plugins/reflector.rs @@ -2,10 +2,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use syntax::ext::base::{Annotatable, ExtCtxt}; -use syntax::codemap::Span; -use syntax::ast::MetaItem; use syntax::ast; +use syntax::ast::MetaItem; +use syntax::codemap::Span; +use syntax::ext::base::{Annotatable, ExtCtxt}; use utils::match_ty_unwrap; |