automerge/automerge-c/src/doc/map
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
..
item.rs Add missing documentation for the AMvalue.unknown 2022-08-22 23:31:55 -07:00
items.rs Add #[derive(Eq)] to satisfy clippy 2022-09-01 12:24:00 +01:00