We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a3822 commit edc8c74Copy full SHA for edc8c74
2 files changed
library/std/src/sys/net/connection/motor.rs
@@ -127,7 +127,7 @@ impl TcpStream {
127
moto_rt::net::linger(self.inner.as_raw_fd()).map_err(map_motor_error)
128
}
129
130
- pub fn set_keepalive(&self, keepalive: bool) -> io::Result<()> {
+ pub fn set_keepalive(&self, _: bool) -> io::Result<()> {
131
unsupported()
132
133
library/std/src/sys/net/connection/wasip1.rs
@@ -145,7 +145,7 @@ impl TcpStream {
145
146
147
148
149
150
151
0 commit comments