This commit is contained in:
2022-07-15 14:07:53 +00:00
committed by GitHub
parent 275b4e068d
commit 7451ac3b55

View File

@@ -20,7 +20,7 @@ pub trait ExifDataSource {
impl<T: ExifDataSource> ExifDataSource for std::sync::Arc<T> {
call_parent_data_source_fun!(
"src/data/exif_data_source.json",
std::ops::Deref::deref(self),
**self,
);
}