mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Fix upper_case_acronyms
lint
This commit is contained in:
parent
c42cc3bdcb
commit
fdeadfd981
10 changed files with 78 additions and 78 deletions
|
@ -2,5 +2,5 @@ use thiserror::Error;
|
|||
#[derive(Debug, Error, Eq, PartialEq, Clone)]
|
||||
pub enum Error {
|
||||
#[error("Task Database Error: {}", _0)]
|
||||
DBError(String),
|
||||
DbError(String),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue