mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
clippy: Fix some warnings in components/script
(#31849)
* clippy: fixed some warnings in components/script * fixed formatting * fix formatting
This commit is contained in:
parent
dbe3cb8a3c
commit
d8adeb1b44
7 changed files with 24 additions and 27 deletions
|
@ -87,8 +87,8 @@ impl MutationRecord {
|
|||
None,
|
||||
None,
|
||||
None,
|
||||
added_nodes.as_ref().map(|list| &**list),
|
||||
removed_nodes.as_ref().map(|list| &**list),
|
||||
added_nodes.as_deref(),
|
||||
removed_nodes.as_deref(),
|
||||
next_sibling,
|
||||
prev_sibling,
|
||||
)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue