mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +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)]
|
#[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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue