Skip to content

fix(actions): make actions less repetitive #251

fix(actions): make actions less repetitive

fix(actions): make actions less repetitive #251

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy (macOS) failed Sep 14, 2023 in 0s

clippy (macOS)

3 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 3
Warning 0
Note 0
Help 0

Versions

  • rustc 1.72.0 (5680fa18f 2023-08-23)
  • cargo 1.72.0 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (5680fa18 2023-08-23)

Annotations

Check failure on line 15 in src/hotkeys.rs

See this annotation in the file changed.

@github-actions github-actions / clippy (macOS)

function `start_hotkey_watcher` is never used

error: function `start_hotkey_watcher` is never used
  --> src/hotkeys.rs:15:8
   |
15 | pub fn start_hotkey_watcher(win: tauri::Window) {
   |        ^^^^^^^^^^^^^^^^^^^^

Check failure on line 103 in src/config.rs

See this annotation in the file changed.

@github-actions github-actions / clippy (macOS)

function `get_ptt_keys` is never used

error: function `get_ptt_keys` is never used
   --> src/config.rs:103:8
    |
103 | pub fn get_ptt_keys() -> Vec<String> {
    |        ^^^^^^^^^^^^

Check failure on line 97 in src/config.rs

See this annotation in the file changed.

@github-actions github-actions / clippy (macOS)

function `get_ptt` is never used

error: function `get_ptt` is never used
  --> src/config.rs:97:8
   |
97 | pub fn get_ptt() -> bool {
   |        ^^^^^^^
   |
   = note: `-D dead-code` implied by `-D warnings`