Skip to content

Commit 577807e

Browse files
committed
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`
2 parents c9d0acd + 33c0217 commit 577807e

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)