Skip to content

Commit 5285df4

Browse files
committed
remove redundant imports
detects redundant imports that can be eliminated. for rust-lang#117772 : In order to facilitate review and modification, split the checking code and removing redundant imports code into two PR.
1 parent 76c972c commit 5285df4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/stdx/src/anymap.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
1818
#![warn(missing_docs, unused_results)]
1919

20-
use core::convert::TryInto;
2120
use core::hash::Hasher;
2221

2322
/// A hasher designed to eke a little more speed out, given `TypeId`’s known characteristics.

0 commit comments

Comments
 (0)