mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Update compiler config
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
#[cfg(feature = "exif")]
|
#[cfg(feature = "exif")]
|
||||||
use super::exif::ExifDataSource;
|
use super::exif::ExifDataSource;
|
||||||
use crate::ext::json::ToJson2;
|
use crate::ext::json::ToJson2;
|
||||||
|
#[cfg(feature = "exif")]
|
||||||
use crate::opt::author_name_filter::AuthorFiler;
|
use crate::opt::author_name_filter::AuthorFiler;
|
||||||
|
#[cfg(feature = "exif")]
|
||||||
use crate::opthelper::get_helper;
|
use crate::opthelper::get_helper;
|
||||||
use crate::pixiv_link::PixivID;
|
use crate::pixiv_link::PixivID;
|
||||||
use crate::pixiv_link::ToPixivID;
|
use crate::pixiv_link::ToPixivID;
|
||||||
|
|||||||
Reference in New Issue
Block a user