mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix more clippy (#32740)
This commit is contained in:
parent
4e1f623666
commit
f29dd64a7b
25 changed files with 72 additions and 90 deletions
|
@ -622,8 +622,8 @@ impl TestBindingMethods for TestBinding {
|
|||
arg.type_.as_ref().map(|s| s == "success").unwrap_or(false) &&
|
||||
arg.nonRequiredNullable.is_none() &&
|
||||
arg.nonRequiredNullable2 == Some(None) &&
|
||||
arg.noCallbackImport == None &&
|
||||
arg.noCallbackImport2 == None
|
||||
arg.noCallbackImport.is_none() &&
|
||||
arg.noCallbackImport2.is_none()
|
||||
}
|
||||
|
||||
fn PassBoolean(&self, _: bool) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue