mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 23:06:23 +00:00
add target/ to ignored tidy dirs
This commit is contained in:
parent
0f9c784751
commit
005791b33f
@ -69,6 +69,7 @@ fn filter_dirs(path: &Path) -> bool {
|
||||
"src/tools/miri",
|
||||
"src/librustc/mir/interpret",
|
||||
"src/librustc_mir/interpret",
|
||||
"src/target",
|
||||
];
|
||||
skip.iter().any(|p| path.ends_with(p))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user