Fix build error

This commit is contained in:
2023-10-24 13:34:01 +00:00
committed by GitHub
parent 68c5d930c3
commit 768d2c9656

View File

@@ -3,5 +3,6 @@ pub enum SqliteError {
DbError(rusqlite::Error),
DatabaseVersionTooNew,
UserNameAlreadyExists,
#[cfg(feature = "serde_json")]
SerdeError(serde_json::Error),
}