diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/src/world.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/world.rs b/crates/rust-analyzer/src/world.rs index 8e1744bf9..7c0bb42aa 100644 --- a/crates/rust-analyzer/src/world.rs +++ b/crates/rust-analyzer/src/world.rs | |||
@@ -152,7 +152,7 @@ impl WorldState { | |||
152 | Ok(it) => it, | 152 | Ok(it) => it, |
153 | Err(err) => { | 153 | Err(err) => { |
154 | log::error!( | 154 | log::error!( |
155 | "Fail to run ra_proc_macro_srv from path {}, error: {:?}", | 155 | "Failed to run ra_proc_macro_srv from path {}, error: {:?}", |
156 | path, | 156 | path, |
157 | err | 157 | err |
158 | ); | 158 | ); |