Skip to content

Commit 0c93b41

Browse files
committed
Remove filter, hoping the Windows filter now matches
1 parent 6721add commit 0c93b41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,6 @@ mod tests {
447447
settings.add_filter(r" */tmp/\.tmp\S+", "[TEMP_FILE]");
448448
// Windows Temp folder
449449
settings.add_filter(r" *\[…\].*\\Local\\Temp\\\S+", "[TEMP_FILE]");
450-
// Convert Windows paths to Unix paths
451-
settings.add_filter(r"\\\\?([\w\d.])", "/$1");
452450
let _bound = settings.bind_to_scope();
453451
}
454452
}

0 commit comments

Comments
 (0)