Skip to content

Commit 0bb23ca

Browse files
authored
Revert "more cfg alias targets (#2236)" (#2237)
This reverts commit e13a182.
1 parent e13a182 commit 0bb23ca

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build.rs

-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ fn main() {
66
dragonfly: { target_os = "dragonfly" },
77
ios: { target_os = "ios" },
88
freebsd: { target_os = "freebsd" },
9-
fuchsia: { target_os = "fuchsia" },
10-
haiku: { target_os = "haiku" },
119
illumos: { target_os = "illumos" },
1210
linux: { target_os = "linux" },
1311
macos: { target_os = "macos" },
1412
netbsd: { target_os = "netbsd" },
1513
openbsd: { target_os = "openbsd" },
16-
redox: { target_os = "redox" },
1714
solaris: { target_os = "solaris" },
1815
watchos: { target_os = "watchos" },
1916
tvos: { target_os = "tvos" },

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
#![cfg_attr(docsrs, feature(doc_cfg))]
9393
#![deny(clippy::cast_ptr_alignment)]
9494
#![deny(unsafe_op_in_unsafe_fn)]
95-
#![allow(clippy::mismatched_target_os)]
9695

9796
// Re-exported external crates
9897
pub use libc;

0 commit comments

Comments
 (0)