Skip to content

Commit 8a78849

Browse files
committed
fix(bbox): lint issues
1 parent ec426ce commit 8a78849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bbox/meta.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ impl ParseBody<MetaBox> for MetaBox {
8282
}
8383

8484
impl MetaBox {
85+
#[allow(dead_code)]
8586
#[tracing::instrument(skip_all)]
8687
pub fn exif_data<'a>(&self, input: &'a [u8]) -> IResult<&'a [u8], Option<&'a [u8]>> {
8788
self.iinf

0 commit comments

Comments
 (0)