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.
2 parents db8f39c + 9fff960 commit f38264fCopy full SHA for f38264f
crates/rust-analyzer/src/bin/main.rs
@@ -246,7 +246,7 @@ fn patch_path_prefix(path: PathBuf) -> PathBuf {
246
format!("{}:", d.to_ascii_uppercase() as char)
247
}
248
Prefix::VerbatimDisk(d) => {
249
- format!(r"\\?\{}:\", d.to_ascii_uppercase() as char)
+ format!(r"\\?\{}:", d.to_ascii_uppercase() as char)
250
251
_ => return path,
252
};
0 commit comments