automerge/automerge-c/src/doc
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
..
list Add #[derive(Eq)] to satisfy clippy 2022-09-01 12:24:00 +01:00
map Add #[derive(Eq)] to satisfy clippy 2022-09-01 12:24:00 +01:00
list.rs Replace NULL with std::ptr::null() within the 2022-08-07 20:04:49 -07:00
map.rs Replace NULL with std::ptr::null() within the 2022-08-07 20:04:49 -07:00
utils.rs Expose automerge::AutoCommit::get_all() as AMlistGetAll() and AMmapGetAll(). 2022-08-06 15:47:53 -07:00