Skip to content

Commit

Permalink
remove redundant imports
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
surechen committed Dec 10, 2023
1 parent 76c972c commit 5285df4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/stdx/src/anymap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5285df4

Please sign in to comment.