Skip to content

Commit 4d6d0b8

Browse files
committed
Fix mod ordering + formatting
1 parent adedba4 commit 4d6d0b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ use visitor::FmtVisitor;
4848

4949
#[macro_use]
5050
mod config;
51+
#[macro_use]
52+
mod utils;
5153
mod changes;
5254
mod visitor;
5355
mod items;
5456
mod missed_spans;
5557
mod lists;
56-
#[macro_use]
57-
mod utils;
5858
mod types;
5959
mod expr;
6060
mod imports;

src/utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ macro_rules! impl_enum_decodable {
6565
}
6666
};
6767
}
68-

0 commit comments

Comments
 (0)