mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-09 18:04:14 +00:00
apply clippy corrections
This commit is contained in:
parent
fe6c277d7b
commit
c5fad47a20
@ -49,7 +49,7 @@ impl Titan {
|
|||||||
action_update.connect_activate({
|
action_update.connect_activate({
|
||||||
let control = control.clone();
|
let control = control.clone();
|
||||||
let form = form.clone();
|
let form = form.clone();
|
||||||
move |_, _| control.update(Some(form.text().as_bytes().len()))
|
move |_, _| control.update(Some(form.text().len()))
|
||||||
});
|
});
|
||||||
|
|
||||||
action_send
|
action_send
|
||||||
|
Loading…
x
Reference in New Issue
Block a user