We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc136c commit 3fe279fCopy full SHA for 3fe279f
library/std/src/sys/wasi/ext/io.rs
@@ -71,7 +71,6 @@ impl FromRawFd for RawFd {
71
}
72
73
74
-
75
impl AsRawFd for net::TcpStream {
76
fn as_raw_fd(&self) -> RawFd {
77
self.as_inner().fd().as_raw()
0 commit comments