Skip to content

Commit

Permalink
Removed unused Hasher import.
Browse files Browse the repository at this point in the history
  • Loading branch information
CDirkx committed Mar 19, 2020
1 parent bd6deaa commit 6570e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/ops/range.rs
@@ -1,5 +1,5 @@
use crate::fmt;
use crate::hash::{Hash, Hasher};
use crate::hash::Hash;

/// An unbounded range (`..`).
///
Expand Down

0 comments on commit 6570e27

Please sign in to comment.