chore: Clippy conformance

This commit is contained in:
David Wendt 2020-04-20 21:52:43 -04:00
parent fe283e6770
commit 3362ec09e8
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ impl Player {
storage, storage,
}; };
player.mutate_with_update_context(|avm1, avm2, context| { player.mutate_with_update_context(|avm1, _avm2, context| {
let mut root: DisplayObject = let mut root: DisplayObject =
MovieClip::from_movie(context.gc_context, movie.clone()).into(); MovieClip::from_movie(context.gc_context, movie.clone()).into();
root.set_depth(context.gc_context, 0); root.set_depth(context.gc_context, 0);