diff --git a/core/src/avm2/scope.rs b/core/src/avm2/scope.rs index 2fe6424c3..e2552c7aa 100644 --- a/core/src/avm2/scope.rs +++ b/core/src/avm2/scope.rs @@ -167,7 +167,6 @@ impl<'gc> ScopeChain<'gc> { /// The `global` parameter indicates whether we are on global$init (script initializer). /// When the `global` parameter is true, the scope at depth 0 is considered the global scope, and is /// searched for dynamic properties. -#[allow(clippy::collapsible_if)] pub fn search_scope_stack<'gc>( scopes: &[Scope<'gc>], multiname: &Multiname<'gc>,