Fix clippy lints for Rust 1.88 🎉
This commit is contained in:
parent
c952ea8485
commit
8578a1362b
8 changed files with 16 additions and 17 deletions
|
|
@ -161,7 +161,7 @@ impl Example {
|
|||
impl Window {
|
||||
fn new(count: usize) -> Self {
|
||||
Self {
|
||||
title: format!("Window_{}", count),
|
||||
title: format!("Window_{count}"),
|
||||
scale_input: "1.0".to_string(),
|
||||
current_scale: 1.0,
|
||||
theme: Theme::ALL[count % Theme::ALL.len()].clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue