mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
apply clippy corrections
This commit is contained in:
parent
fe6c277d7b
commit
c5fad47a20
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ impl Titan {
|
|||
action_update.connect_activate({
|
||||
let control = control.clone();
|
||||
let form = form.clone();
|
||||
move |_, _| control.update(Some(form.text().as_bytes().len()))
|
||||
move |_, _| control.update(Some(form.text().len()))
|
||||
});
|
||||
|
||||
action_send
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue