mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove redundant .clone()
s
This commit is contained in:
parent
eeaca0b26d
commit
c44a2febe6
19 changed files with 31 additions and 35 deletions
|
@ -1660,7 +1660,7 @@ impl Flow for InlineFlow {
|
|||
None => Au(0),
|
||||
};
|
||||
|
||||
self.base.floats = scanner.floats.clone();
|
||||
self.base.floats = scanner.floats;
|
||||
let writing_mode = self.base.floats.writing_mode;
|
||||
self.base.floats.translate(LogicalSize::new(
|
||||
writing_mode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue