Skip to content

Commit 02ea1ca

Browse files
PR feedback
Co-authored-by: Jonas Böttiger <jonasboettiger@icloud.com>
1 parent 3ed5d91 commit 02ea1ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • library/std/src/sys/net/connection/uefi

library/std/src/sys/net/connection/uefi/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl TcpStream {
112112
unsupported()
113113
}
114114

115-
pub fn set_keepalive(&self, keepalive: bool) -> io::Result<()> {
115+
pub fn set_keepalive(&self, _: bool) -> io::Result<()> {
116116
unsupported()
117117
}
118118

0 commit comments

Comments
 (0)