forked from mirrors/jj
working_copy: remove unused SnapshotError::FileOpenError variant
Perhaps, this would have been generalized as IoError.
This commit is contained in:
parent
38e6151100
commit
465b8d9cf0
1 changed files with 0 additions and 2 deletions
|
@ -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}")]
|
||||
|
|
Loading…
Reference in a new issue