mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
remove imports that are also in edition 2021's prelude
This commit is contained in:
parent
554f7f889e
commit
232176b46a
18 changed files with 15 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::{convert::TryInto, mem::discriminant};
|
||||
use std::mem::discriminant;
|
||||
|
||||
use crate::{doc_links::token_as_doc_comment, FilePosition, NavigationTarget, RangeInfo, TryToNav};
|
||||
use hir::{AsAssocItem, AssocItem, Semantics};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue