about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-06-07 19:01:35 +0000
committerbors <bors@rust-lang.org>2023-06-07 19:01:35 +0000
commitdcab22621024bb48e65c22b8dfbbae0f41da6931 (patch)
treecfb9cd7105c43e463f0a029404d18f890d77294f
parent085a3112ae9e11c0cdfbcbc3413919fe9e39e8d2 (diff)
parentdac660dc1df05576f85771cb47c8ec3e468bd520 (diff)
downloadrust-dcab22621024bb48e65c22b8dfbbae0f41da6931.tar.gz
rust-dcab22621024bb48e65c22b8dfbbae0f41da6931.zip
Auto merge of #15005 - beyarkay:rebuild-to-rebuilt-typo, r=lnicola
Fix typo in reload.rs

Thanks for the amazing LSP! I found a small typo and fixed it.
-rw-r--r--crates/rust-analyzer/src/reload.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/reload.rs b/crates/rust-analyzer/src/reload.rs
index 6e8c8ea91a1..c875c6ba42b 100644
--- a/crates/rust-analyzer/src/reload.rs
+++ b/crates/rust-analyzer/src/reload.rs
@@ -110,7 +110,7 @@ impl GlobalState {
 
         if self.proc_macro_changed {
             status.health = lsp_ext::Health::Warning;
-            message.push_str("Proc-macros have changed and need to be rebuild.\n\n");
+            message.push_str("Proc-macros have changed and need to be rebuilt.\n\n");
         }
         if let Err(_) = self.fetch_build_data_error() {
             status.health = lsp_ext::Health::Warning;