From 3fe279fc658450a3e3140f014554139493674217 Mon Sep 17 00:00:00 2001 From: Without Boats Date: Sun, 20 Sep 2020 14:04:23 +0200 Subject: [PATCH] spend another CI build to delete a double newline --- library/std/src/sys/wasi/ext/io.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/library/std/src/sys/wasi/ext/io.rs b/library/std/src/sys/wasi/ext/io.rs index 9ffb58bb8079..661214e8f4cc 100644 --- a/library/std/src/sys/wasi/ext/io.rs +++ b/library/std/src/sys/wasi/ext/io.rs @@ -71,7 +71,6 @@ impl FromRawFd for RawFd { } } - impl AsRawFd for net::TcpStream { fn as_raw_fd(&self) -> RawFd { self.as_inner().fd().as_raw()