Clippy lint
Some checks failed
Cargo CI / Build and Test (pull_request) Failing after 1m54s
Cargo CI / Lint (pull_request) Successful in 1m4s

This commit is contained in:
Wojciech Kozlowski 2024-08-26 19:42:38 +02:00
parent ac47dd0f12
commit 27d90cd5f9

View File

@ -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()
}