Update compiler config

This commit is contained in:
2022-07-23 03:55:28 +00:00
committed by GitHub
parent 3f1a629135
commit 84587d024c

View File

@@ -1,7 +1,9 @@
#[cfg(feature = "exif")]
use super::exif::ExifDataSource;
use crate::ext::json::ToJson2;
#[cfg(feature = "exif")]
use crate::opt::author_name_filter::AuthorFiler;
#[cfg(feature = "exif")]
use crate::opthelper::get_helper;
use crate::pixiv_link::PixivID;
use crate::pixiv_link::ToPixivID;