mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fix Clippy
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
d2fcb1b4ba
commit
d391bed70b
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ impl ScriptThread {
|
|||
.pipeline_to_node_ids
|
||||
.borrow_mut()
|
||||
.entry(pipeline)
|
||||
.or_insert_with(HashSet::new)
|
||||
.or_default()
|
||||
.insert(node_id);
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue