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 392eb74 commit 590af37Copy full SHA for 590af37
crates/rust-analyzer/src/main_loop.rs
@@ -415,7 +415,7 @@ fn loop_turn(
415
}
416
417
if Some(resp.id) == loop_state.configuration_request_id {
418
- loop_state.configuration_request_id.take();
+ loop_state.configuration_request_id = None;
419
if let Some(err) = resp.error {
420
log::error!("failed fetch the server settings: {:?}", err)
421
} else if resp.result.is_none() {
0 commit comments