diff options
| author | Without Boats <woboats@gmail.com> | 2020-09-20 14:04:23 +0200 |
|---|---|---|
| committer | Without Boats <woboats@gmail.com> | 2020-09-20 14:04:23 +0200 |
| commit | 3fe279fc658450a3e3140f014554139493674217 (patch) | |
| tree | d2af4324960173bcd40051f7acedde714efd25b2 | |
| parent | acc136ce0a665a32ddf1a16544b6f6d7a7153c30 (diff) | |
| download | rust-3fe279fc658450a3e3140f014554139493674217.tar.gz rust-3fe279fc658450a3e3140f014554139493674217.zip | |
spend another CI build to delete a double newline
| -rw-r--r-- | library/std/src/sys/wasi/ext/io.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/sys/wasi/ext/io.rs b/library/std/src/sys/wasi/ext/io.rs index 9ffb58bb807..661214e8f4c 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() |
