Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: remove `TryFrom`
Fintan Halpenny committed 5 months ago
commit c2d2c529b0c4b9878e615212a9c9b3c6c845b6c4
parent e56d29d11c7f226246b736a40a9c47fba1888a00
1 file changed +0 -8
modified crates/radicle/src/profile.rs
@@ -536,14 +536,6 @@ pub struct Home {
    path: PathBuf,
}

-
impl TryFrom<PathBuf> for Home {
-
    type Error = io::Error;
-

-
    fn try_from(home: PathBuf) -> Result<Self, Self::Error> {
-
        Self::load(home)
-
    }
-
}
-

impl Home {
    /// Creates the Radicle Home directories.
    ///