mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Update crates/rust-analyzer/src/handlers/notification.rs
This commit is contained in:
parent
ad27b6e053
commit
c99089c2b3
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ pub(crate) fn handle_did_save_text_document(
|
|||
// reset the flag
|
||||
state.proc_macro_changed = false;
|
||||
// rebuild the proc macros
|
||||
state.fetch_build_data_queue.request_op(format!("ScriptRebuildOnSave"), ());
|
||||
state.fetch_build_data_queue.request_op("ScriptRebuildOnSave".to_owned(), ());
|
||||
}
|
||||
|
||||
if let Ok(vfs_path) = from_proto::vfs_path(¶ms.text_document.uri) {
|
||||
|
|
Loading…
Reference in a new issue