Skip to content

Commit e15f286

Browse files
committed
Apply cargo xtask format
1 parent 6190cae commit e15f286

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

crates/rust-analyzer/src/main_loop.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ use crate::{
4242
Result,
4343
};
4444

45+
4546
#[derive(Debug)]
4647
pub struct LspError {
4748
pub code: i32,

crates/rust-analyzer/src/world.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ impl WorldState {
123123
change.set_debug_root_path(SourceRootId(r.0), vfs_root_path.display().to_string());
124124

125125
// FIXME: add path2root in vfs to simpily this logic
126-
127126
if extern_dirs.contains(&vfs_root_path) {
128127
extern_source_roots.insert(vfs_root_path, ExternSourceId(r.0));
129128
}

0 commit comments

Comments
 (0)