chore: Cleanup clippy lint

This commit is contained in:
EmperorBale 2022-09-09 15:58:49 -07:00 committed by kmeisthax
parent 35219cf592
commit 657f54b2f1
1 changed files with 0 additions and 1 deletions

View File

@ -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>,