radicle: remove unnecessary constraints
The constraints on some of the cob related traits are unnecessary, so this
patch removes them.
2 files changed
+4
-4
895ca5d0
→
38ff2652
modified crates/radicle-cob/src/object/collaboration.rs
@@ -63,7 +63,7 @@ impl<T> CollaborativeObject<T> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/cob/store.rs
@@ -17,7 +17,7 @@ use crate::storage::git as storage;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,7 +43,7 @@ pub trait CobAction: Debug {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -331,7 +331,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|