mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
clippy: Fix many warnings in components/script
(#31717)
* Fix Several clippy warnings * Fix Build errors * Fix Unused import * Fix requested changes * Fix rustfmt * Minor fixes --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
676f655647
commit
01ca220f83
41 changed files with 200 additions and 212 deletions
|
@ -179,7 +179,7 @@ impl FetchResponseListener for StylesheetContext {
|
|||
},
|
||||
StylesheetContextSource::Import(ref stylesheet) => {
|
||||
Stylesheet::update_from_bytes(
|
||||
&stylesheet,
|
||||
stylesheet,
|
||||
&data,
|
||||
protocol_encoding_label,
|
||||
Some(environment_encoding),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue