radicle: Make `DraftStore` generic over the repo
modified radicle/src/storage/git/cob.rs
@@ -173,20 +173,20 @@ impl cob::object::Storage for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -204,15 +204,15 @@ impl<'a> change::Storage for DraftStore<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -225,7 +225,7 @@ impl<'a> SignRepository for DraftStore<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -338,7 +338,7 @@ impl<'a> ReadRepository for DraftStore<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -352,7 +352,7 @@ impl<'a> cob::object::Storage for DraftStore<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -387,7 +387,7 @@ impl<'a> cob::object::Storage for DraftStore<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -406,7 +406,7 @@ impl<'a> cob::object::Storage for DraftStore<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|