mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
do fixup: remove unused import
This commit is contained in:
parent
40facb559a
commit
858736c477
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use crate::{
|
|||
resolve::Resolver,
|
||||
traits::TraitItem,
|
||||
ty::primitive::{FloatBitness, UncertainFloatTy, UncertainIntTy},
|
||||
ty::{traits::Solution, Ty, TypeCtor},
|
||||
ty::{Ty, TypeCtor},
|
||||
Crate, Function, HirDatabase, Module, Name, Trait,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue