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 59e09078bb0f4fe93e18a9877f18a075f83d517a
parent 5b260964cb60b5f2ab96e823ba6567b4ffaeba1d
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),