Clippy lint
This commit is contained in:
parent
ac47dd0f12
commit
27d90cd5f9
@ -96,7 +96,7 @@ impl<MH: IMusicHoard> IAppInteractBrowse for AppMachine<MH, AppBrowse> {
|
||||
Err(err) => {
|
||||
return AppMachine::error(
|
||||
self.inner,
|
||||
format!("cannot fetch: HTTP client init failed: {}", err.to_string()),
|
||||
format!("cannot fetch: HTTP client init failed: {err}"),
|
||||
)
|
||||
.into()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user