mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
clippy: Fix unnecessary_cast warnings in components/script (#31823)
* clippy: Fix unnecessary cast warnings * clippy: Replace redundant field names with their shorthand alternatives * clippy: Delete struct pattern dereferencings
This commit is contained in:
@@ -1658,7 +1658,7 @@ fn fetch_single_module_script(
|
||||
data: vec![],
|
||||
metadata: None,
|
||||
url: url.clone(),
|
||||
destination: destination,
|
||||
destination,
|
||||
options,
|
||||
status: Ok(()),
|
||||
resource_timing: ResourceFetchTiming::new(ResourceTimingType::Resource),
|
||||
|
||||
Reference in New Issue
Block a user