mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Remove unused import
This commit is contained in:
parent
3a96c29028
commit
a5477d7f29
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
//! The main loop of `rust-analyzer` responsible for dispatching LSP
|
||||
//! requests/replies and notifications back to the client.
|
||||
use std::{
|
||||
env, fmt, panic,
|
||||
env, fmt,
|
||||
time::{Duration, Instant},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue