We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad27b6e commit c99089cCopy full SHA for c99089c
crates/rust-analyzer/src/handlers/notification.rs
@@ -134,7 +134,7 @@ pub(crate) fn handle_did_save_text_document(
134
// reset the flag
135
state.proc_macro_changed = false;
136
// rebuild the proc macros
137
- state.fetch_build_data_queue.request_op(format!("ScriptRebuildOnSave"), ());
+ state.fetch_build_data_queue.request_op("ScriptRebuildOnSave".to_owned(), ());
138
}
139
140
if let Ok(vfs_path) = from_proto::vfs_path(¶ms.text_document.uri) {
0 commit comments