fix clippy #598
Annotations
24 warnings
src/adapters/tcp.rs#L136
use of deprecated method `socket2::sys::<impl socket2::Socket>::bind_device_by_index`: Use `Socket::bind_device_by_index_v4` instead
|
src/adapters/tcp.rs#L292
use of deprecated method `socket2::sys::<impl socket2::Socket>::bind_device_by_index`: Use `Socket::bind_device_by_index_v4` instead
|
src/adapters/tcp.rs#L169
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/tcp.rs#L195
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/framed_tcp.rs#L107
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/framed_tcp.rs#L144
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/tcp.rs#L136
use of deprecated method `socket2::sys::<impl socket2::Socket>::bind_device_by_index`: Use `Socket::bind_device_by_index_v4` instead
|
src/adapters/tcp.rs#L292
use of deprecated method `socket2::sys::<impl socket2::Socket>::bind_device_by_index`: Use `Socket::bind_device_by_index_v4` instead
|
src/adapters/tcp.rs#L169
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/tcp.rs#L195
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/framed_tcp.rs#L107
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/framed_tcp.rs#L144
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/tcp.rs#L136
use of deprecated method `socket2::sys::<impl socket2::Socket>::bind_device_by_index`: Use `Socket::bind_device_by_index_v4` instead
|
src/adapters/tcp.rs#L292
use of deprecated method `socket2::sys::<impl socket2::Socket>::bind_device_by_index`: Use `Socket::bind_device_by_index_v4` instead
|
src/adapters/tcp.rs#L169
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/tcp.rs#L195
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/framed_tcp.rs#L107
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/framed_tcp.rs#L144
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/tcp.rs#L136
use of deprecated method `socket2::sys::<impl socket2::Socket>::bind_device_by_index`: Use `Socket::bind_device_by_index_v4` instead
|
src/adapters/tcp.rs#L292
use of deprecated method `socket2::sys::<impl socket2::Socket>::bind_device_by_index`: Use `Socket::bind_device_by_index_v4` instead
|
src/adapters/tcp.rs#L169
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/tcp.rs#L195
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/framed_tcp.rs#L107
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
src/adapters/framed_tcp.rs#L144
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
The logs for this run have expired and are no longer available.
Loading