Skip to content

Commit b667e6b

Browse files
authored
Remove Bitrig support (#99)
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
1 parent 17295e1 commit b667e6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix.rs

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ extern "C" {
7575
any(
7676
target_os = "openbsd",
7777
target_os = "netbsd",
78-
target_os = "bitrig",
7978
target_os = "android",
8079
target_os = "espidf",
8180
target_env = "newlib"

0 commit comments

Comments
 (0)