Skip to content

Commit 1df9d49

Browse files
committed
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
1 parent 58e7189 commit 1df9d49

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
@@ -53,6 +53,7 @@ pub mod unstable_book;
5353

5454
fn filter_dirs(path: &Path) -> bool {
5555
let skip = [
56+
"tidy-test-file",
5657
"compiler/rustc_codegen_cranelift",
5758
"src/llvm-project",
5859
"library/backtrace",

0 commit comments

Comments
 (0)