mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
remove redundant imports
detects redundant imports that can be eliminated. for #117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
This commit is contained in:
parent
76c972cb54
commit
5285df4f6c
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
|
||||
#![warn(missing_docs, unused_results)]
|
||||
|
||||
use core::convert::TryInto;
|
||||
use core::hash::Hasher;
|
||||
|
||||
/// A hasher designed to eke a little more speed out, given `TypeId`’s known characteristics.
|
||||
|
|
Loading…
Reference in a new issue