diff --git a/lib/src/working_copy.rs b/lib/src/working_copy.rs index 4269a2e86..db3a84684 100644 --- a/lib/src/working_copy.rs +++ b/lib/src/working_copy.rs @@ -284,8 +284,6 @@ pub struct CheckoutStats { #[derive(Debug, Error)] pub enum SnapshotError { - #[error("Failed to open file {path}: {err:?}")] - FileOpenError { path: PathBuf, err: std::io::Error }, #[error("Failed to query the filesystem monitor: {0}")] FsmonitorError(String), #[error("{message}: {err}")]