Skip to content

Commit

Permalink
apply clippy corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 23, 2025
1 parent fe6c277 commit c5fad47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/browser/window/tab/item/page/input/titan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5fad47

Please sign in to comment.