Fix db-all feature build issue

This commit is contained in:
2022-10-23 13:55:50 +00:00
committed by GitHub
parent 918ce0ecb4
commit 528a72e43e

View File

@@ -1,8 +1,9 @@
#[cfg(feature = "server")]
use super::super::{PixivArtwork, PixivArtworkLock, Token, User};
use super::super::{PixivArtwork, PixivArtworkLock};
use super::super::{
PixivDownloaderDb, PixivDownloaderDbConfig, PixivDownloaderDbError, PixivDownloaderSqliteConfig,
};
#[cfg(feature = "server")]
use super::super::{Token, User};
use super::SqliteError;
use bytes::BytesMut;
use chrono::{DateTime, Utc};