Remove unused import

This commit is contained in:
Laurențiu Nicola 2020-11-26 19:25:59 +02:00
parent 3a96c29028
commit a5477d7f29

View File

@ -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},
};