fix: fmt + clippy #10
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.
|