Skip to content

Commit 590af37

Browse files
Small style fix
Co-Authored-By: Veetaha <veetaha2@gmail.com>
1 parent 392eb74 commit 590af37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/main_loop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ fn loop_turn(
415415
}
416416

417417
if Some(resp.id) == loop_state.configuration_request_id {
418-
loop_state.configuration_request_id.take();
418+
loop_state.configuration_request_id = None;
419419
if let Some(err) = resp.error {
420420
log::error!("failed fetch the server settings: {:?}", err)
421421
} else if resp.result.is_none() {

0 commit comments

Comments
 (0)