We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc7827 commit 9232a49Copy full SHA for 9232a49
src/main.rs
@@ -426,8 +426,6 @@ mod tests {
426
settings.add_filter(r" */tmp/\.tmp\S+", "[TEMP_FILE]");
427
// Windows Temp folder
428
settings.add_filter(r" *\[…\].*\\Local\\Temp\\\S+", "[TEMP_FILE]");
429
- // Convert Windows paths to Unix paths
430
- settings.add_filter(r"\\\\?([\w\d.])", "/$1");
431
let _bound = settings.bind_to_scope();
432
}
433
0 commit comments