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 5db7c86 commit 137a878Copy full SHA for 137a878
crates/ra_lsp_server/src/main_loop.rs
@@ -638,10 +638,7 @@ fn on_check_task(
638
let file_id = match world_state.vfs.read().path2file(&path) {
639
Some(file) => FileId(file.0),
640
None => {
641
- log::error!(
642
- "File with cargo diagnostic not found in VFS: {}",
643
- path.to_string_lossy()
644
- );
+ log::error!("File with cargo diagnostic not found in VFS: {}", path.display());
645
return Ok(());
646
}
647
};
0 commit comments