mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
Fix mod ordering + formatting
This commit is contained in:
+2
-2
@@ -48,13 +48,13 @@
|
||||
|
||||
#[macro_use]
|
||||
mod config;
|
||||
#[macro_use]
|
||||
mod utils;
|
||||
mod changes;
|
||||
mod visitor;
|
||||
mod items;
|
||||
mod missed_spans;
|
||||
mod lists;
|
||||
#[macro_use]
|
||||
mod utils;
|
||||
mod types;
|
||||
mod expr;
|
||||
mod imports;
|
||||
|
||||
@@ -65,4 +65,3 @@ fn decode<D: Decoder>(d: &mut D) -> Result<Self, D::Error> {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user