Skip to content

Version 0.4

Version 0.4 #445

GitHub Actions / clippy succeeded Jun 4, 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 (7c52d2db6 2024-06-03)
  • cargo 1.80.0-nightly (7a6fad098 2024-05-31)
  • clippy 0.1.80 (7c52d2d 2024-06-03)

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