Skip to content

Commit 27987b6

Browse files
committed
Add rustdoc fingerprint exception for clean
1 parent 94519f2 commit 27987b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/clean.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ fn assert_all_clean(build_dir: &Path) {
432432
}) {
433433
let entry = entry.unwrap();
434434
let path = entry.path();
435-
if let ".rustc_info.json" | ".cargo-lock" | "CACHEDIR.TAG" =
435+
if let ".rustc_info.json" | ".cargo-lock" | "CACHEDIR.TAG" | ".rustdoc_fingerprint.json" =
436436
path.file_name().unwrap().to_str().unwrap()
437437
{
438438
continue;

0 commit comments

Comments
 (0)