Skip to content

Commit 6570e27

Browse files
author
CDirkx
committed
Removed unused Hasher import.
1 parent bd6deaa commit 6570e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ops/range.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::fmt;
2-
use crate::hash::{Hash, Hasher};
2+
use crate::hash::Hash;
33

44
/// An unbounded range (`..`).
55
///

0 commit comments

Comments
 (0)