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 6721add commit 0c93b41Copy full SHA for 0c93b41
src/main.rs
@@ -447,8 +447,6 @@ mod tests {
447
settings.add_filter(r" */tmp/\.tmp\S+", "[TEMP_FILE]");
448
// Windows Temp folder
449
settings.add_filter(r" *\[…\].*\\Local\\Temp\\\S+", "[TEMP_FILE]");
450
- // Convert Windows paths to Unix paths
451
- settings.add_filter(r"\\\\?([\w\d.])", "/$1");
452
let _bound = settings.bind_to_scope();
453
}
454
0 commit comments