chore: A few clippy fixes

Nothing systeamatic, just a bunch of fixes I stumbled over
during unrelated work.

No behavior change is intended in here...
This commit is contained in:
Tobias Hunger 2025-05-07 11:09:32 +00:00 committed by Tobias Hunger
parent 6070324848
commit d0b58760d3
19 changed files with 53 additions and 60 deletions

View file

@ -468,7 +468,7 @@ fn gen_corelib(
// slint_timer_internal.h:
let timer_config = {
let mut tmp = config.clone();
tmp.export.include = vec![
tmp.export.include = [
"TimerMode",
"slint_timer_start",
"slint_timer_singleshot",