Skip to content

Support new hyprland socket location #397

Support new hyprland socket location

Support new hyprland socket location #397

GitHub Actions / clippy succeeded May 1, 2024 in 0s

clippy

2 warnings

Details

Results

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

Versions

  • rustc 1.80.0-nightly (f705de596 2024-04-30)
  • cargo 1.80.0-nightly (b60a15551 2024-04-26)
  • clippy 0.1.79 (f705de5 2024-04-30)

Annotations

Check warning on line 13 in src/event_listener/shared.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

trait `AsyncListener` is never used

warning: trait `AsyncListener` is never used
  --> src/event_listener/shared.rs:13:18
   |
13 | pub(crate) trait AsyncListener: HasAsyncExecutor {
   |                  ^^^^^^^^^^^^^

Check warning on line 7 in src/event_listener/shared.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

trait `Listener` is never used

warning: trait `Listener` is never used
 --> src/event_listener/shared.rs:7:18
  |
7 | pub(crate) trait Listener: HasExecutor {
  |                  ^^^^^^^^
  |
  = note: `#[warn(dead_code)]` on by default