Skip to content

Commit

Permalink
chore: appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-McSweeney authored and Lord-McSweeney committed Sep 16, 2024
1 parent ae956eb commit 4fd9dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/avm2/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,7 @@ impl<'gc> Class<'gc> {
}
}

#[allow(clippy::type_complexity)]
#[inline(never)]
pub fn define_builtin_instance_methods_with_sig(
self,
Expand Down

0 comments on commit 4fd9dc4

Please sign in to comment.