diff --git a/core/src/avm2/property.rs b/core/src/avm2/property.rs index eb6298b6b..73f6ed867 100644 --- a/core/src/avm2/property.rs +++ b/core/src/avm2/property.rs @@ -183,7 +183,7 @@ impl<'gc> Property<'gc> { } Property::Slot { slot_id, .. } => this .set_slot(*slot_id, new_value.into(), context.gc_context) - .map(|v| true), + .map(|_v| true), } }