diff --git a/crates/radicle/src/rad.rs b/crates/radicle/src/rad.rs index d9754e9a..8497f1dd 100644 --- a/crates/radicle/src/rad.rs +++ b/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),