mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix some Clippy lints.
This commit is contained in:
parent
c23adde5a3
commit
3e5cd8815d
14 changed files with 37 additions and 43 deletions
|
@ -123,7 +123,7 @@ fn derive_variant_fields_expr(
|
|||
let mut iter = bindings
|
||||
.iter()
|
||||
.filter_map(|binding| {
|
||||
let attrs = cg::parse_field_attrs::<CssFieldAttrs>(&binding.ast());
|
||||
let attrs = cg::parse_field_attrs::<CssFieldAttrs>(binding.ast());
|
||||
if attrs.skip {
|
||||
return None;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue