Remove macro_use
from stable_hasher
.
Normal `use` items are nicer.
This commit is contained in:
parent
9c9b568792
commit
df8fe7dd34
3 changed files with 6 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
use crate::stable_hasher::impl_stable_traits_for_trivial_type;
|
||||
use crate::stable_hasher::{Hash64, StableHasher, StableHasherResult};
|
||||
use rustc_serialize::{Decodable, Decoder, Encodable, Encoder};
|
||||
use std::hash::{Hash, Hasher};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue