wip #2738
Annotations
7 errors
Run cargo clippy --all-features:
ntex-glommio/src/io.rs#L64
the trait bound `net_impl::TcpStream: futures_lite::AsyncRead` is not satisfied
|
Run cargo clippy --all-features:
ntex-glommio/src/io.rs#L64
the trait bound `net_impl::TcpStream: futures_lite::AsyncWrite` is not satisfied
|
Run cargo clippy --all-features:
ntex-glommio/src/io.rs#L77
no method named `poll_close` found for struct `std::pin::Pin<&mut net_impl::TcpStream>` in the current scope
|
Run cargo clippy --all-features:
ntex-glommio/src/io.rs#L179
the trait bound `net_impl::UnixStream: futures_lite::AsyncRead` is not satisfied
|
Run cargo clippy --all-features:
ntex-glommio/src/io.rs#L179
the trait bound `net_impl::UnixStream: futures_lite::AsyncWrite` is not satisfied
|
Run cargo clippy --all-features:
ntex-glommio/src/io.rs#L192
no method named `poll_close` found for struct `std::pin::Pin<&mut net_impl::UnixStream>` in the current scope
|
Run cargo clippy --all-features
Process completed with exit code 101.
|
Loading