Merge #1169: gui: fix clippy warning
3ee7a5bb99a2d267f8b3cb3955ec9885c24a8f57 gui: fix clippy warning (edouardparis)
Pull request description:
I do not know why but clippy started throwing warning about this line of code
ACKs for top commit:
jp1ac4:
ACK 3ee7a5bb99.
Tree-SHA512: 536d5398649d0223b0f43b6c7be1063c617ed001579c07e9b2fb5f94602470677644a9f774e7413428a9c7416da30839f967f9a3d52429d39121f04db80896fc
This commit is contained in:
commit
51d28129bc
@ -630,7 +630,7 @@ pub fn register_descriptor<'a>(
|
||||
.push(
|
||||
scrollable(
|
||||
Column::new()
|
||||
.push(text(template.to_owned()).small())
|
||||
.push(text(template).small())
|
||||
.push(Space::with_height(Length::Fixed(5.0))),
|
||||
)
|
||||
.direction(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user