File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ ignore = [
26
26
" /tests/ui-fulldeps/" , # Some are whitespace-sensitive (e.g. `// ~ERROR` comments).
27
27
28
28
# Do not format submodules.
29
- # FIXME: sync submodule list with tidy/bootstrap/etc
30
- # tidy/src/walk.rs:filter_dirs
31
29
" library/backtrace" ,
32
30
" library/portable-simd" ,
33
31
" library/stdarch" ,
@@ -41,6 +39,7 @@ ignore = [
41
39
" src/llvm-project" ,
42
40
" src/tools/cargo" ,
43
41
" src/tools/clippy" ,
42
+ " src/tools/enzyme" ,
44
43
" src/tools/miri" ,
45
44
" src/tools/rust-analyzer" ,
46
45
" src/tools/rustc-perf" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ use ignore::DirEntry;
7
7
8
8
/// The default directory filter.
9
9
pub fn filter_dirs ( path : & Path ) -> bool {
10
- // FIXME: sync submodule exclusion list with rustfmt.toml
11
10
// bootstrap/etc
12
11
let skip = [
13
12
"tidy-test-file" ,
You can’t perform that action at this time.
0 commit comments