Skip to content

Commit

Permalink
Fix typo in reload.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
beyarkay committed Jun 7, 2023
1 parent 085a311 commit dac660d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-analyzer/src/reload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dac660d

Please sign in to comment.