remove imports that are also in edition 2021's prelude

This commit is contained in:
KaDiWa 2022-08-09 01:16:32 +02:00
parent 554f7f889e
commit 232176b46a
No known key found for this signature in database
GPG key ID: 0B52AE391C674CE5
18 changed files with 15 additions and 27 deletions

View file

@ -6,7 +6,7 @@
//! actual IO. See `vfs` and `project_model` in the `rust-analyzer` crate for how
//! actual IO is done and lowered to input.
use std::{fmt, iter::FromIterator, ops, panic::RefUnwindSafe, str::FromStr, sync::Arc};
use std::{fmt, ops, panic::RefUnwindSafe, str::FromStr, sync::Arc};
use cfg::CfgOptions;
use rustc_hash::{FxHashMap, FxHashSet};