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::Axis::Horizontal,
|
||||
renderer,
|
||||
&limits,
|
||||
limits,
|
||||
self.width,
|
||||
self.height,
|
||||
self.padding,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue