We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4f2aa commit 702aaaaCopy full SHA for 702aaaa
.gitattributes
@@ -5,3 +5,4 @@
5
*.md text eol=lf
6
*.gitignore text eol=lf
7
*.gitattributes text eol=lf
8
+*.json text eol=lf
src/report/mod.rs
@@ -145,7 +145,7 @@ pub fn generate_report<DB: ReadResults>(
145
log: crate_to_path_fragment(tc, &krate, true)
146
.to_str()
147
.unwrap()
148
- .to_string(),
+ .replace(r"\", "/"),
149
})
150
});
151
// Convert errors to Nones
0 commit comments