Skip to content

Commit

Permalink
Remove Bitrig support (#99)
Browse files Browse the repository at this point in the history
Bitrig support was removed upstream in rust-lang/rust#60775. From the [merge commit][1] it landed in 1.36.0 which is long before our MSRV of Rust 1.56.

This also fixes the `unexpected_cfgs` warning.

[1]: rust-lang/rust@c84a7ab
  • Loading branch information
lambda-fairy authored Aug 14, 2024
1 parent 17295e1 commit b667e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ extern "C" {
any(
target_os = "openbsd",
target_os = "netbsd",
target_os = "bitrig",
target_os = "android",
target_os = "espidf",
target_env = "newlib"
Expand Down

0 comments on commit b667e6b

Please sign in to comment.