mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove duplicated enums
This commit is contained in:
parent
a48f62eb13
commit
58ed923bc7
6 changed files with 22 additions and 35 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
DatabaseActive(sqlite::Error),
|
||||
DatabaseAdd(sqlite::Error),
|
||||
GeminiInit(super::gemini::Error),
|
||||
Database(sqlite::Error),
|
||||
Gemini(super::gemini::Error),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue