From 64674d2d85368ce749b9bb6672bee5ea64fe802f Mon Sep 17 00:00:00 2001 From: Noah <33094578+coolreader18@users.noreply.github.com> Date: Mon, 14 Oct 2019 20:55:00 +0000 Subject: [PATCH] Fix clippy parameter number warning --- bytecode/src/bytecode.rs | 1 + 1 file changed, 1 insertion(+) 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,