aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorveetaha <[email protected]>2020-04-23 00:00:56 +0100
committerveetaha <[email protected]>2020-04-23 00:00:56 +0100
commita3a8d10191145a3c04d523e518fedea8e1a8dd75 (patch)
tree7e14b9e688e93f81beef79fbe6b3cc2f26d4d653 /crates
parent3f1f3a835a07983344f6f3becf7a0c32b96d68bc (diff)
Fix typo
Diffstat (limited to 'crates')
-rw-r--r--crates/rust-analyzer/src/world.rs2
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 );