1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #8262 from cakebaker/stty_remove_redundant_cfg

stty: remove redundant `cfg`
This commit is contained in:
Sylvestre Ledru 2025-06-24 10:52:10 +02:00 committed by GitHub
commit 25f584b299
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,13 +175,6 @@ pub const OUTPUT_FLAGS: &[Flag<O>] = &[
target_os = "linux",
target_os = "macos"
))]
#[cfg(any(
target_os = "android",
target_os = "haiku",
target_os = "ios",
target_os = "linux",
target_os = "macos"
))]
Flag::new_grouped("tab1", O::TAB1, O::TABDLY),
#[cfg(any(
target_os = "android",