mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove redundant .clone()
s
This commit is contained in:
parent
eeaca0b26d
commit
c44a2febe6
19 changed files with 31 additions and 35 deletions
|
@ -2288,7 +2288,7 @@ impl FragmentDisplayListBuilding for Fragment {
|
|||
// Pop all the PushTextShadows
|
||||
if !text_shadows.is_empty() {
|
||||
state.add_display_item(DisplayItem::PopAllTextShadows(Box::new(
|
||||
PopAllTextShadowsDisplayItem { base: base.clone() },
|
||||
PopAllTextShadowsDisplayItem { base },
|
||||
)));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue