Skip to content

Commit 302ce70

Browse files
committed
fix(bbox): lint issues
1 parent 976180e commit 302ce70

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
@@ -78,6 +78,7 @@ impl ParseBody<MetaBox> for MetaBox {
7878
}
7979

8080
impl MetaBox {
81+
#[allow(dead_code)]
8182
#[tracing::instrument(skip_all)]
8283
pub fn exif_data<'a>(&self, input: &'a [u8]) -> IResult<&'a [u8], Option<&'a [u8]>> {
8384
self.iinf

0 commit comments

Comments
 (0)