mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Fix clippy parameter number warning
This commit is contained in:
@@ -353,6 +353,7 @@ pub enum BlockType {
|
||||
*/
|
||||
|
||||
impl CodeObject {
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn new(
|
||||
flags: CodeFlags,
|
||||
arg_names: Vec<String>,
|
||||
|
||||
Reference in New Issue
Block a user