Skip to content
GitHub Actions / clippy failed Oct 17, 2023 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.72.1 (d5c2e9c34 2023-09-13)
  • cargo 1.72.1 (103a7ff2e 2023-08-15)
  • clippy 0.1.72 (d5c2e9c 2023-09-13)

Annotations

Check failure on line 32 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `middleware::Logger`

error: unused import: `middleware::Logger`
  --> src/main.rs:32:5
   |
32 |     middleware::Logger,
   |     ^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`

Check failure on line 14 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

`#![feature]` may not be used on the stable release channel

error[E0554]: `#![feature]` may not be used on the stable release channel
  --> src/main.rs:14:1
   |
14 | #![feature(async_fn_in_trait)]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^