Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test
  • Loading branch information
topecongiro committed Apr 20, 2020
commit b873aea85d5b66bfb82a10879d73767349333ccd
1 change: 1 addition & 0 deletions rustfmt-core/rustfmt-lib/src/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const SKIP_FILE_WHITE_LIST: &[&str] = &[
// these files directly
"configs/recursive/disabled/foo.rs",
"configs/recursive/enabled/foo.rs",
"mods-relative-path/mod_b.rs",
];

fn init_log() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
// rustfmt-recursive: true

#[path = "../mods-relative-paths/mod_b.rs"]
mod b;
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
// rustfmt-recursive: true

#[path = "../mods-relative-paths/mod_b.rs"]
mod b;