• serde-cw-value 0.7.0/src/lib.rs
    54
                Value::String(ref v) => v.hash(hasher),
    55
                #[allow(clippy::unit_hash)]
    56
                Value::Unit => ().hash(hasher),