mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
clippy: Fix a bunch of warnings in script
(#32680)
This is just a portion of the errors that are remaining to be fixed.
This commit is contained in:
parent
93fdb8263d
commit
26624a109f
27 changed files with 150 additions and 113 deletions
|
@ -881,7 +881,7 @@ where
|
|||
.event_loops
|
||||
.get(host)
|
||||
.ok_or("Trying to get an event-loop from an unknown browsing context group")
|
||||
.map(|event_loop| event_loop.clone())
|
||||
.cloned()
|
||||
}
|
||||
|
||||
fn set_event_loop(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue