Skip to content

Commit

Permalink
Remove unexpected target_os "bitrig"
Browse files Browse the repository at this point in the history
    error: unexpected `cfg` condition value: `bitrig`
      --> argp/src/term_size/unix.rs:18:5
       |
    18 |     target_os = "bitrig",
       |     ^^^^^^^^^^^^^^^^^^^^
       |
       = note: expected values for `target_os` are: `aix`, `android`, `cuda`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `macos`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, `tvos`, `uefi`, `unknown`, `visionos`, `vita`, and `vxworks` and 5 more
  • Loading branch information
jirutka committed Dec 5, 2024
1 parent c9e02b0 commit 9f42ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion argp/src/term_size/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ static TIOCGWINSZ: c_ulong = 0x5413;
#[cfg(any(
target_os = "macos",
target_os = "ios",
target_os = "bitrig",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "netbsd",
Expand Down

0 comments on commit 9f42ace

Please sign in to comment.