Skip to content

Commit dac660d

Browse files
committed
Fix typo in reload.rs
1 parent 085a311 commit dac660d

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)