Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Remove unused Cyclic struct
Fintan Halpenny committed 22 days ago
commit 78922b3d075bee6c572869c546c5533a14b36c61
parent efb78efd1658f34d9d9e639db38044c34dde434b
1 file changed +0 -6
modified crates/radicle/src/git/canonical/symbolic.rs
@@ -184,12 +184,6 @@ impl SymbolicRefs {
    }
}

-
#[derive(Debug, Error)]
-
#[error("symbolic reference '{name}' is cyclic")]
-
pub struct Cyclic {
-
    name: RawName,
-
}
-

impl TryFrom<IndexMap<Name, Target>> for SymbolicRefs {
    type Error = InsertionError;