Skip to content

Commit d8723aa

Browse files
committed
Fix build
1 parent ff9ab51 commit d8723aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matches.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
use std::iter::repeat;
1414

1515
use config::lists::*;
16-
use syntax::{ast, ptr};
1716
use syntax::codemap::{BytePos, Span};
17+
use syntax::{ast, ptr};
1818

1919
use codemap::SpanUtils;
2020
use comment::combine_strs_with_missing_comments;

0 commit comments

Comments
 (0)