spend another CI build to delete a double newline

This commit is contained in:
Without Boats 2020-09-20 14:04:23 +02:00
parent acc136ce0a
commit 3fe279fc65
1 changed files with 0 additions and 1 deletions

View File

@ -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()