Skip to content

Commit 070b627

Browse files
committed
Remove filter, hoping the Windows filter now matches
1 parent 53156fe commit 070b627

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
@@ -426,8 +426,6 @@ mod tests {
426426
settings.add_filter(r" */tmp/\.tmp\S+", "[TEMP_FILE]");
427427
// Windows Temp folder
428428
settings.add_filter(r" *\[…\].*\\Local\\Temp\\\S+", "[TEMP_FILE]");
429-
// Convert Windows paths to Unix paths
430-
settings.add_filter(r"\\\\?([\w\d.])", "/$1");
431429
let _bound = settings.bind_to_scope();
432430
}
433431
}

0 commit comments

Comments
 (0)