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:
bors 2023-06-07 19:01:35 +00:00
commit dcab226210

View file

@ -110,7 +110,7 @@ impl GlobalState {
if self.proc_macro_changed { if self.proc_macro_changed {
status.health = lsp_ext::Health::Warning; 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() { if let Err(_) = self.fetch_build_data_error() {
status.health = lsp_ext::Health::Warning; status.health = lsp_ext::Health::Warning;