File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ use ignore::DirEntry;
77
88/// The default directory filter.
99pub 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" ,
You can’t perform that action at this time.
0 commit comments