1
Fork 0

Removed unused Hasher import.

This commit is contained in:
CDirkx 2020-03-19 21:58:11 +01:00
parent bd6deaa08d
commit 6570e275b9

View file

@ -1,5 +1,5 @@
use crate::fmt;
use crate::hash::{Hash, Hasher};
use crate::hash::Hash;
/// An unbounded range (`..`).
///