mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-02 03:10:38 +08:00
Fix db-all feature build issue
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user