diff --git a/bytecode/src/bytecode.rs b/bytecode/src/bytecode.rs index 77ec814b5..f6ea86d2f 100644 --- a/bytecode/src/bytecode.rs +++ b/bytecode/src/bytecode.rs @@ -353,6 +353,7 @@ pub enum BlockType { */ impl CodeObject { + #[allow(clippy::too_many_arguments)] pub fn new( flags: CodeFlags, arg_names: Vec,