mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-23 12:17:03 +08:00
Fix build error
This commit is contained in:
@@ -3,5 +3,6 @@ pub enum SqliteError {
|
||||
DbError(rusqlite::Error),
|
||||
DatabaseVersionTooNew,
|
||||
UserNameAlreadyExists,
|
||||
#[cfg(feature = "serde_json")]
|
||||
SerdeError(serde_json::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user