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
@@ -398,7 +398,7 @@ impl fmt::Debug for UdpSocket {
}
}
#[cfg(all(unix, not(target_os = "fuchsia")))]
#[cfg(all(unix))]
mod sys {
use std::os::unix::prelude::*;
use super::UdpSocket;