From a3a8d10191145a3c04d523e518fedea8e1a8dd75 Mon Sep 17 00:00:00 2001 From: veetaha Date: Thu, 23 Apr 2020 02:00:56 +0300 Subject: Fix typo --- crates/rust-analyzer/src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') 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 { Ok(it) => it, Err(err) => { log::error!( - "Fail to run ra_proc_macro_srv from path {}, error: {:?}", + "Failed to run ra_proc_macro_srv from path {}, error: {:?}", path, err ); -- cgit v1.2.3