Skip to content
GitHub Actions / clippy failed Sep 11, 2024 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.78.0-nightly (3cbb93223 2024-03-13)
  • cargo 1.78.0-nightly (7065f0ef4 2024-03-12)
  • clippy 0.1.78 (3cbb932 2024-03-13)

Annotations

Check failure on line 4 in events-collector/events-collector-api/src/types/events.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `renegade_common::types::exchange::Exchange`

error: unused import: `renegade_common::types::exchange::Exchange`
 --> events-collector/events-collector-api/src/types/events.rs:4:5
  |
4 | use renegade_common::types::exchange::Exchange;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `-D unused-imports` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(unused_imports)]`