diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-04-23 06:35:12 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-23 06:35:12 +0100 |
commit | ad3f1da2eae62c81ac317364171e18b1e546f095 (patch) | |
tree | 7e14b9e688e93f81beef79fbe6b3cc2f26d4d653 | |
parent | 3f1f3a835a07983344f6f3becf7a0c32b96d68bc (diff) | |
parent | a3a8d10191145a3c04d523e518fedea8e1a8dd75 (diff) |
Merge #4095
4095: Fix typo r=edwin0cheng a=Veetaha
Co-authored-by: veetaha <[email protected]>
-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 | ); |