Fix: Clippy lint 'uninlined_format_args'
This commit is contained in:
parent
e6092e81a4
commit
42b1bfe66d
25 changed files with 47 additions and 54 deletions
|
|
@ -177,7 +177,7 @@ impl Download {
|
|||
.into()
|
||||
}
|
||||
State::Downloading { .. } => {
|
||||
text(format!("Downloading... {:.2}%", current_progress)).into()
|
||||
text(format!("Downloading... {current_progress:.2}%")).into()
|
||||
}
|
||||
State::Errored => column![
|
||||
"Something went wrong :(",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue