mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove duplicated enums
This commit is contained in:
parent
a48f62eb13
commit
58ed923bc7
6 changed files with 22 additions and 35 deletions
|
|
@ -1,9 +1,5 @@
|
|||
#[derive(Debug)]
|
||||
pub enum Error {
|
||||
DatabaseIndex(sqlite::Error),
|
||||
DatabaseRecordCreate(i64, String, sqlite::Error),
|
||||
DatabaseRecordDelete(i64, sqlite::Error),
|
||||
DatabaseRecordsRead(String, sqlite::Error),
|
||||
MemoryClear(super::memory::Error),
|
||||
MemoryIndex(super::memory::Error),
|
||||
Database(sqlite::Error),
|
||||
Memory(super::memory::Error),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue