Skip to content

Commit 005791b

Browse files
committed
add target/ to ignored tidy dirs
1 parent 0f9c784 commit 005791b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ fn filter_dirs(path: &Path) -> bool {
6969
"src/tools/miri",
7070
"src/librustc/mir/interpret",
7171
"src/librustc_mir/interpret",
72+
"src/target",
7273
];
7374
skip.iter().any(|p| path.ends_with(p))
7475
}

0 commit comments

Comments
 (0)