Remove unused error variant
This commit is contained in:
@@ -6,8 +6,6 @@ use std::path::Path;
|
|||||||
|
|
||||||
#[derive(Debug, thiserror::Error)]
|
#[derive(Debug, thiserror::Error)]
|
||||||
enum SqliteError {
|
enum SqliteError {
|
||||||
#[error("SQLite transaction already committted")]
|
|
||||||
TransactionAlreadyCommitted,
|
|
||||||
#[error("Failed to create SQLite transaction")]
|
#[error("Failed to create SQLite transaction")]
|
||||||
CreateTransactionFailed,
|
CreateTransactionFailed,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user