Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov

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.

r? `@petrochenkov`
This commit is contained in:
bors 2023-12-10 11:55:48 +00:00
commit 577807e5ad

View file

@ -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.