Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: mark `CheckoutError` as `non_exhaustive`
Fintan Halpenny committed 7 months ago
commit 9099e027ab84952b578d654266ab3c31d1748c7f
parent 02b90c77c92ff61f1f3c84a8c6fac51e7e0e28c2
1 file changed +1 -0
modified crates/radicle/src/rad.rs
@@ -225,6 +225,7 @@ where
}

#[derive(Error, Debug)]
+
#[non_exhaustive]
pub enum CheckoutError {
    #[error("failed to fetch to working copy: {0}")]
    FetchIo(#[source] std::io::Error),