radicle: Remove generics for verification markers
modified crates/radicle-fetch/src/sigrefs.rs
@@ -93,7 +93,7 @@ pub(crate) fn validate(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-fetch/src/state.rs
@@ -6,7 +6,6 @@ use radicle::crypto::PublicKey;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -709,7 +708,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/rad.rs
@@ -7,7 +7,6 @@ use std::sync::LazyLock;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -56,7 +55,7 @@ pub fn init<G, S>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -103,7 +102,7 @@ fn init_configure<G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage.rs
@@ -11,7 +11,7 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -313,46 +313,40 @@ impl fmt::Display for RefUpdate {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -364,22 +358,15 @@ impl<V> From<Remotes<V>> for RandomMap<RemoteId, Refs> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -400,8 +387,8 @@ impl Remote<Verified> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -605,10 +592,10 @@ pub trait ReadRepository: Sized + ValidateRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -631,7 +618,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -670,7 +657,7 @@ pub trait WriteRepository: ReadRepository + SignRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/git.rs
@@ -11,8 +11,6 @@ use std::path::{Path, PathBuf};
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -590,10 +588,8 @@ impl Repository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -610,7 +606,7 @@ impl Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -618,9 +614,9 @@ impl RemoteRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -637,7 +633,7 @@ impl RemoteRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -990,7 +986,7 @@ impl SignRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/git/cob.rs
@@ -22,7 +22,7 @@ use crate::storage;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -239,7 +239,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -249,11 +249,11 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -263,7 +263,7 @@ impl<R: storage::RemoteRepository> RemoteRepository for DraftStore<'_, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/refs.rs
@@ -7,12 +7,11 @@ use std::collections::BTreeMap;
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -99,7 +98,6 @@ impl Refs {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -227,8 +225,8 @@ impl From<Refs> for BTreeMap<git::fmt::RefString, Oid> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -249,10 +247,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -260,12 +256,9 @@ pub struct SignedRefs<V> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -290,7 +283,6 @@ impl SignedRefs<Verified> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -312,12 +304,11 @@ impl SignedRefs<Verified> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -379,7 +370,7 @@ impl std::fmt::Display for RefsAt {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -423,7 +414,7 @@ impl SignedRefsAt {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/storage/refs/arbitrary.rs
@@ -23,7 +23,6 @@ where
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle/src/storage/refs/sigrefs/write.rs
@@ -3,7 +3,6 @@ pub mod error;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -176,7 +175,6 @@ impl Commit {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle/src/test/fixtures.rs
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,15 +72,7 @@ pub fn project<P, G>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/storage.rs
@@ -9,7 +9,6 @@ use crypto::PublicKey;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -179,7 +178,7 @@ impl self::refs::sigrefs::git::reference::Reader for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -188,7 +187,7 @@ impl RemoteRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -216,7 +215,7 @@ impl RemoteRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -380,7 +379,7 @@ impl SignRepository for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|