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 71fcefe commit 1a1aaf5Copy full SHA for 1a1aaf5
src/main.rs
@@ -436,7 +436,7 @@ mod tests {
436
// Linux Temp Folder
437
settings.add_filter(r" */tmp/\.tmp\S+", "[TEMP_FILE]");
438
// Windows Temp folder
439
- settings.add_filter(r" *\[…\].*\\Local\\Temp\\\S+", "[TEMP_FILE]");
+ settings.add_filter(r" *\[…\].*/Local/Temp/\S+", "[TEMP_FILE]");
440
let _bound = settings.bind_to_scope();
441
}
442
0 commit comments