mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Disable a Clippy warning
This commit is contained in:
@@ -811,6 +811,7 @@ impl Frame {
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
#[allow(clippy::collapsible_if)]
|
||||
fn execute_build_map(
|
||||
&self,
|
||||
vm: &VirtualMachine,
|
||||
|
||||
Reference in New Issue
Block a user