Auto merge of #26821 - oli-obk:patch-1, r=sanxiyn
This commit is contained in:
commit
9748574271
@ -38,7 +38,7 @@ pub trait HashState {
|
||||
/// A structure which is a factory for instances of `Hasher` which implement the
|
||||
/// default trait.
|
||||
///
|
||||
/// This struct has is 0-sized and does not need construction.
|
||||
/// This struct is 0-sized and does not need construction.
|
||||
pub struct DefaultState<H>(marker::PhantomData<H>);
|
||||
|
||||
impl<H: Default + hash::Hasher> HashState for DefaultState<H> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user