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 3a96c29 commit a5477d7Copy full SHA for a5477d7
crates/rust-analyzer/src/main_loop.rs
@@ -1,7 +1,7 @@
1
//! The main loop of `rust-analyzer` responsible for dispatching LSP
2
//! requests/replies and notifications back to the client.
3
use std::{
4
- env, fmt, panic,
+ env, fmt,
5
time::{Duration, Instant},
6
};
7
0 commit comments