Fix build error

This commit is contained in:
2022-07-17 11:23:17 +00:00
committed by GitHub
parent 3126bf5b2b
commit f7bfcccc76

View File

@@ -303,6 +303,7 @@ impl Debug for FanboxCreator {
}
}
#[cfg(feature = "exif")]
impl ExifDataSource for FanboxCreator {
fn image_author(&self) -> Option<String> {
self.user_name().map(|s| s.to_owned())