mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
clippy: Fix redundant_*
warnings (#32056)
* clippy: Fix `redundant_field_names` warnings * clippy: Fix other `redundant_*` warnings * docs: Update docstring comments
This commit is contained in:
parent
e3ad76d994
commit
b3d9924396
8 changed files with 68 additions and 73 deletions
|
@ -695,9 +695,9 @@ impl CustomElementDefinition {
|
|||
observed_attributes,
|
||||
callbacks,
|
||||
construction_stack: Default::default(),
|
||||
form_associated: form_associated,
|
||||
disable_internals: disable_internals,
|
||||
disable_shadow: disable_shadow,
|
||||
form_associated,
|
||||
disable_internals,
|
||||
disable_shadow,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue