Skip to content

Commit dcab226

Browse files
committed
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.
2 parents 085a311 + dac660d commit dcab226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/reload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl GlobalState {
110110

111111
if self.proc_macro_changed {
112112
status.health = lsp_ext::Health::Warning;
113-
message.push_str("Proc-macros have changed and need to be rebuild.\n\n");
113+
message.push_str("Proc-macros have changed and need to be rebuilt.\n\n");
114114
}
115115
if let Err(_) = self.fetch_build_data_error() {
116116
status.health = lsp_ext::Health::Warning;

0 commit comments

Comments
 (0)