mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
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.
This commit is contained in:
commit
dcab226210
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue