automerge/automerge/src/columnar
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
..
column_range Add #[derive(Eq)] to satisfy clippy 2022-09-01 12:24:00 +01:00
encoding Remove storage-v2 feature flag 2022-08-22 21:21:21 +01:00
column_range.rs Remove storage-v2 feature flag 2022-08-22 21:21:21 +01:00
encoding.rs Remove storage-v2 feature flag 2022-08-22 21:21:21 +01:00
splice_error.rs Remove storage-v2 feature flag 2022-08-22 21:21:21 +01:00