Skip to content

More debug logging #247

More debug logging

More debug logging #247

GitHub Actions / clippy failed Dec 18, 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.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check failure on line 15 in src/forward_traffic.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused imports: `OwnedReadHalf as TcpReadHalf` and `OwnedWriteHalf as TcpWriteHalf`

error: unused imports: `OwnedReadHalf as TcpReadHalf` and `OwnedWriteHalf as TcpWriteHalf`
  --> src/forward_traffic.rs:15:23
   |
15 | use tokio::net::tcp::{OwnedReadHalf as TcpReadHalf, OwnedWriteHalf as TcpWriteHalf};
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`