Skip to content

Commit 4e0d71f

Browse files
committed
chore(style): sync submodule exclusion list between tidy and rustfmt
As asked in the FIXME comments
1 parent 588a420 commit 4e0d71f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

rustfmt.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ ignore = [
2626
"/tests/ui-fulldeps/", # Some are whitespace-sensitive (e.g. `// ~ERROR` comments).
2727

2828
# Do not format submodules.
29-
# FIXME: sync submodule list with tidy/bootstrap/etc
30-
# tidy/src/walk.rs:filter_dirs
3129
"library/backtrace",
3230
"library/portable-simd",
3331
"library/stdarch",
@@ -41,6 +39,7 @@ ignore = [
4139
"src/llvm-project",
4240
"src/tools/cargo",
4341
"src/tools/clippy",
42+
"src/tools/enzyme",
4443
"src/tools/miri",
4544
"src/tools/rust-analyzer",
4645
"src/tools/rustc-perf",

src/tools/tidy/src/walk.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use ignore::DirEntry;
77

88
/// The default directory filter.
99
pub fn filter_dirs(path: &Path) -> bool {
10-
// FIXME: sync submodule exclusion list with rustfmt.toml
1110
// bootstrap/etc
1211
let skip = [
1312
"tidy-test-file",

0 commit comments

Comments
 (0)