automerge/automerge/src/legacy
Alex Good e295a55b41 Add #[derive(Eq)] to satisfy clippy
The latest clippy (90.1.65 for me) added a lint which checks for types
that implement `PartialEq` and could implement `Eq`
(`derive_partial_eq_without_eq`). Add a `derive(Eq)` in a bunch of
places to satisfy this lint.
2022-09-01 12:24:00 +01:00
..
serde_impls Add ScalarValue::Unknown 2022-08-22 21:04:19 +01:00
utility_impls Merge branch 'marks' into tmp 2022-02-10 09:42:38 -05:00
mod.rs Add #[derive(Eq)] to satisfy clippy 2022-09-01 12:24:00 +01:00