projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.04k stars 95 forks source link

Fixed up clippy warnrings/errors #296

Closed gybrish closed 1 year ago

gybrish commented 1 year ago

Fixing up clippy warnings/errors before working on #287

For reference: PartialEq, Eq: https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq Derived Hash with impl PartialEq: https://rust-lang.github.io/rust-clippy/master/index.html#derive_hash_xor_eq