mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unused
This commit is contained in:
parent
e06e33bee4
commit
d5724c4dc2
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
use crate::storage::{Operation, Storage, StorageTxn, TaskMap, VersionId, DEFAULT_BASE_VERSION};
|
||||
use crate::utils::Key;
|
||||
use anyhow::Context;
|
||||
use rusqlite::{params, Connection, OptionalExtension};
|
||||
use serde::serde_if_integer128;
|
||||
use std::path::Path;
|
||||
use uuid::Uuid;
|
||||
|
||||
|
@ -10,8 +8,6 @@ use uuid::Uuid;
|
|||
enum SqliteError {
|
||||
#[error("SQLite transaction already committted")]
|
||||
TransactionAlreadyCommitted,
|
||||
#[error("Invalid UUID string from database: {0}")]
|
||||
InvalidUuidString(String),
|
||||
}
|
||||
|
||||
/// SqliteStorage is an on-disk storage backed by SQLite3.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue