1
Fork 0

Remove macro_use from stable_hasher.

Normal `use` items are nicer.
This commit is contained in:
Nicholas Nethercote 2024-05-06 13:04:33 +10:00
parent 9c9b568792
commit df8fe7dd34
3 changed files with 6 additions and 4 deletions

View file

@ -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};