modified radicle-crdt/src/lwwmap.rs
@@ -70,9 +70,7 @@ impl<K, V, C> Default for LWWMap<K, V, C> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -82,9 +80,7 @@ impl<K: Ord, V: Semilattice + PartialOrd + Eq, C: Copy + Ord> FromIterator<(K, V
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -96,7 +92,7 @@ impl<K, V, C> Semilattice for LWWMap<K, V, C>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-crdt/src/lwwset.rs
@@ -6,7 +6,7 @@ pub struct LWWSet<T, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -38,7 +38,7 @@ impl<T, C> Default for LWWSet<T, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -48,7 +48,7 @@ impl<T: Ord, C: Copy + Ord> FromIterator<(T, C)> for LWWSet<T, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -59,7 +59,7 @@ impl<T: Ord, C: Ord + Copy> Extend<(T, C)> for LWWSet<T, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|