mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 17:53:56 +00:00
Remove unused import
This commit is contained in:
parent
3a96c29028
commit
a5477d7f29
@ -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 New Issue
Block a user