Skip to content

Commit

Permalink
Revert "more cfg alias targets (#2236)" (#2237)
Browse files Browse the repository at this point in the history
This reverts commit e13a182.
  • Loading branch information
SteveLauC authored Dec 1, 2023
1 parent e13a182 commit 0bb23ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ fn main() {
dragonfly: { target_os = "dragonfly" },
ios: { target_os = "ios" },
freebsd: { target_os = "freebsd" },
fuchsia: { target_os = "fuchsia" },
haiku: { target_os = "haiku" },
illumos: { target_os = "illumos" },
linux: { target_os = "linux" },
macos: { target_os = "macos" },
netbsd: { target_os = "netbsd" },
openbsd: { target_os = "openbsd" },
redox: { target_os = "redox" },
solaris: { target_os = "solaris" },
watchos: { target_os = "watchos" },
tvos: { target_os = "tvos" },
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![deny(clippy::cast_ptr_alignment)]
#![deny(unsafe_op_in_unsafe_fn)]
#![allow(clippy::mismatched_target_os)]

// Re-exported external crates
pub use libc;
Expand Down

0 comments on commit 0bb23ca

Please sign in to comment.