remove: unused dependencies #44
Annotations
2 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
this expression creates a reference which is immediately dereferenced by the compiler:
src/main.rs#L447
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> src/app.rs:447:69
|
447 | if let Err(err) = self.config.set_app_theme(&handler, theme.into()) {
| ^^^^^^^^ help: change this to: `handler`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|