Skip to content

remove: unused dependencies #44

remove: unused dependencies

remove: unused dependencies #44

Triggered via push January 19, 2025 11:29
Status Success
Total duration 3m 21s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

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