Skip to content

change read interface back to AsyncRead #128

change read interface back to AsyncRead

change read interface back to AsyncRead #128

GitHub Actions / clippy failed Nov 14, 2023 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.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check failure on line 24 in src/streaming_data_service/data_transfer.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `tokio::io::BufReader`

error: unused import: `tokio::io::BufReader`
  --> src/streaming_data_service/data_transfer.rs:24:5
   |
24 | use tokio::io::BufReader;
   |     ^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`