mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Remove unused error variant
This commit is contained in:
parent
f8ed4cecdd
commit
a4b67d9f4e
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ use std::path::Path;
|
|||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
enum SqliteError {
|
||||
#[error("SQLite transaction already committted")]
|
||||
TransactionAlreadyCommitted,
|
||||
#[error("Failed to create SQLite transaction")]
|
||||
CreateTransactionFailed,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue