Remove error
This commit is contained in:
parent
f1f9d8cafd
commit
fd445ea23e
1 changed files with 0 additions and 3 deletions
|
|
@ -2,9 +2,6 @@ use thiserror::Error;
|
||||||
|
|
||||||
#[derive(Error, Debug)]
|
#[derive(Error, Debug)]
|
||||||
pub enum SyncLibError {
|
pub enum SyncLibError {
|
||||||
#[error("Failed to shift the operation's index {0}")]
|
|
||||||
NegativeOperationIndexError(String),
|
|
||||||
|
|
||||||
#[error("Failed to apply operation because {0}")]
|
#[error("Failed to apply operation because {0}")]
|
||||||
OperationApplicationError(String),
|
OperationApplicationError(String),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue