Skip to content

fix: fmt + clippy

fix: fmt + clippy #10

Triggered via push February 15, 2024 21:56
Status Failure
Total duration 2m 30s
Artifacts

lint.yml

on: push
Matrix: clippy
Matrix: rustfmt
Fit to window
Zoom out
Zoom in

Annotations

18 errors
clippy (ubuntu-20.04): src/main.rs#L102
function `show_notification` is never used
clippy (ubuntu-20.04): src/extra/mod.rs#L48
function `register_theme_commands` is never used
clippy (ubuntu-20.04): src/util/open.rs#L16
function `open_scheme` is never used
clippy (ubuntu-20.04): src/util/paths.rs#L152
function `custom_detectables_path` is never used
clippy (ubuntu-20.04): src/main.rs#L59
casting raw pointers to the same type and constness is unnecessary (`*const i8` -> `*const i8`)
clippy (ubuntu-20.04)
Process completed with exit code 101.
clippy (macos-latest): src/main.rs#L102
function `show_notification` is never used
clippy (macos-latest): src/extra/mod.rs#L48
function `register_theme_commands` is never used
clippy (macos-latest): src/util/open.rs#L16
function `open_scheme` is never used
clippy (macos-latest): src/util/paths.rs#L152
function `custom_detectables_path` is never used
clippy (macos-latest): src/main.rs#L59
casting raw pointers to the same type and constness is unnecessary (`*const i8` -> `*const i8`)
clippy (macos-latest)
Process completed with exit code 101.
clippy (windows-latest): src/main.rs#L102
function `show_notification` is never used
clippy (windows-latest): src/extra/mod.rs#L48
function `register_theme_commands` is never used
clippy (windows-latest): src/util/open.rs#L16
function `open_scheme` is never used
clippy (windows-latest): src/util/paths.rs#L152
function `custom_detectables_path` is never used
clippy (windows-latest): src/main.rs#L59
casting raw pointers to the same type and constness is unnecessary (`*const i8` -> `*const i8`)
clippy (windows-latest)
Process completed with exit code 1.