54 |
Value::String(ref v) => v.hash(hasher),
|
55 |
#[allow(clippy::unit_hash)]
|
56 |
Value::Unit => ().hash(hasher),
|