don't try to visit probe file

this file is only created for a brief moment during the bins checks
in the source directories while other checks may also be visiting
that directory. skip processing it to avoid missing file errors
This commit is contained in:
The8472 2021-04-05 12:15:52 +02:00
parent 58e7189650
commit 1df9d498e1

View file

@ -53,6 +53,7 @@ pub mod unstable_book;
fn filter_dirs(path: &Path) -> bool {
let skip = [
"tidy-test-file",
"compiler/rustc_codegen_cranelift",
"src/llvm-project",
"library/backtrace",