We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976180e commit 302ce70Copy full SHA for 302ce70
src/bbox/meta.rs
@@ -78,6 +78,7 @@ impl ParseBody<MetaBox> for MetaBox {
78
}
79
80
impl MetaBox {
81
+ #[allow(dead_code)]
82
#[tracing::instrument(skip_all)]
83
pub fn exif_data<'a>(&self, input: &'a [u8]) -> IResult<&'a [u8], Option<&'a [u8]>> {
84
self.iinf
0 commit comments