diff --git a/src/fanbox/creator.rs b/src/fanbox/creator.rs index b97126b..d67920e 100644 --- a/src/fanbox/creator.rs +++ b/src/fanbox/creator.rs @@ -303,6 +303,7 @@ impl Debug for FanboxCreator { } } +#[cfg(feature = "exif")] impl ExifDataSource for FanboxCreator { fn image_author(&self) -> Option { self.user_name().map(|s| s.to_owned())