mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +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::storage::{Operation, Storage, StorageTxn, TaskMap, VersionId, DEFAULT_BASE_VERSION};
|
||||||
use crate::utils::Key;
|
|
||||||
use anyhow::Context;
|
use anyhow::Context;
|
||||||
use rusqlite::{params, Connection, OptionalExtension};
|
use rusqlite::{params, Connection, OptionalExtension};
|
||||||
use serde::serde_if_integer128;
|
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
|
@ -10,8 +8,6 @@ use uuid::Uuid;
|
||||||
enum SqliteError {
|
enum SqliteError {
|
||||||
#[error("SQLite transaction already committted")]
|
#[error("SQLite transaction already committted")]
|
||||||
TransactionAlreadyCommitted,
|
TransactionAlreadyCommitted,
|
||||||
#[error("Invalid UUID string from database: {0}")]
|
|
||||||
InvalidUuidString(String),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// SqliteStorage is an on-disk storage backed by SQLite3.
|
/// SqliteStorage is an on-disk storage backed by SQLite3.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue