mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove redundant .clone()
s
This commit is contained in:
parent
eeaca0b26d
commit
c44a2febe6
19 changed files with 31 additions and 35 deletions
|
@ -1024,7 +1024,7 @@ impl Stylist {
|
|||
|
||||
ViewportRule {
|
||||
declarations: viewport_rule::Cascade::from_stylesheets(
|
||||
stylesheets.clone(),
|
||||
stylesheets,
|
||||
guards,
|
||||
&device,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue