diff --git a/src/matches.rs b/src/matches.rs index 83ff70ea196..42f46608b52 100644 --- a/src/matches.rs +++ b/src/matches.rs @@ -13,8 +13,8 @@ use std::iter::repeat; use config::lists::*; -use syntax::{ast, ptr}; use syntax::codemap::{BytePos, Span}; +use syntax::{ast, ptr}; use codemap::SpanUtils; use comment::combine_strs_with_missing_comments;