Remove fuchsia references as it is not supported. (#355)

This commit is contained in:
Carl Lerche
2018-05-14 12:00:19 -07:00
committed by GitHub
parent 6598334021
commit e281e4f4cb
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ impl fmt::Debug for TcpListener {
}
}
#[cfg(all(unix, not(target_os = "fuchsia")))]
#[cfg(unix)]
mod sys {
use std::os::unix::prelude::*;
use super::TcpListener;
+1 -1
View File
@@ -717,7 +717,7 @@ impl futures2::Future for ConnectFutureState {
}
}
#[cfg(all(unix, not(target_os = "fuchsia")))]
#[cfg(unix)]
mod sys {
use std::os::unix::prelude::*;
use super::TcpStream;