Skip to content

Commit 92b53d2

Browse files
author
Adrian
committed
Remove unused mut
1 parent 7cb9814 commit 92b53d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp4parse/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@ fn read_moov<T: Read>(f: &mut BMFFBox<T>, context: Option<MediaContext>) -> Resu
23622362
mut mvex,
23632363
mut psshs,
23642364
mut userdata,
2365-
mut metadata,
2365+
metadata,
23662366
} = context.unwrap_or_default();
23672367

23682368
let mut iter = f.box_iter();

0 commit comments

Comments
 (0)