mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
clippy: Fix some warnings in components/script
(#31735)
* fix clippy problems * fix clippy error * fix clippy error * fix clippy error * fix clippy error * fix clippy error * fix clippy errors
This commit is contained in:
parent
291fbce434
commit
06a021db55
12 changed files with 60 additions and 69 deletions
|
@ -32,7 +32,7 @@ impl Client {
|
|||
Client {
|
||||
reflector_: Reflector::new(),
|
||||
active_worker: Default::default(),
|
||||
url: url,
|
||||
url,
|
||||
frame_type: FrameType::None,
|
||||
id: Uuid::new_v4(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue