Skip to content

Commit deb3550

Browse files
bors[bot]lnicola
andauthored
Merge #6643
6643: Remove unused import r=lnicola a=lnicola Not sure why CI didn't catch this... bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 3a96c29 + a5477d7 commit deb3550

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
@@ -1,7 +1,7 @@
11
//! The main loop of `rust-analyzer` responsible for dispatching LSP
22
//! requests/replies and notifications back to the client.
33
use std::{
4-
env, fmt, panic,
4+
env, fmt,
55
time::{Duration, Instant},
66
};
77

0 commit comments

Comments
 (0)