Fix needless borrow in row::layout
This commit is contained in:
parent
0655a20ad1
commit
ed3b393018
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ where
|
||||||
layout::flex::resolve(
|
layout::flex::resolve(
|
||||||
layout::flex::Axis::Horizontal,
|
layout::flex::Axis::Horizontal,
|
||||||
renderer,
|
renderer,
|
||||||
&limits,
|
limits,
|
||||||
self.width,
|
self.width,
|
||||||
self.height,
|
self.height,
|
||||||
self.padding,
|
self.padding,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue