Remove error

This commit is contained in:
Andras Schmelczer 2024-11-24 15:51:16 +00:00
parent f1f9d8cafd
commit fd445ea23e
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -2,9 +2,6 @@ use thiserror::Error;
#[derive(Error, Debug)]
pub enum SyncLibError {
#[error("Failed to shift the operation's index {0}")]
NegativeOperationIndexError(String),
#[error("Failed to apply operation because {0}")]
OperationApplicationError(String),
}