avm1: Fix beta clippy

This commit is contained in:
CUB3D 2023-02-13 15:40:49 +00:00 committed by Nathan Adams
parent 6d4c04c1c3
commit ae9538c3c7
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ impl<'gc> MovieClipPath<'gc> {
// Get the rest of the path
let path_segments = parts
.into_iter()
.map(|s| AvmString::new(activation.context.gc_context, s))
.collect();