We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec426ce commit 8a78849Copy full SHA for 8a78849
src/bbox/meta.rs
@@ -82,6 +82,7 @@ impl ParseBody<MetaBox> for MetaBox {
82
}
83
84
impl MetaBox {
85
+ #[allow(dead_code)]
86
#[tracing::instrument(skip_all)]
87
pub fn exif_data<'a>(&self, input: &'a [u8]) -> IResult<&'a [u8], Option<&'a [u8]>> {
88
self.iinf
0 commit comments