Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/uucore/src/lib/features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ pub mod fast_inc;
pub mod format;
#[cfg(all(feature = "fs", any(unix, windows, target_os = "wasi")))]
pub mod fs;
#[cfg(feature = "fsext")]
#[cfg(all(
feature = "fsext",
any(all(unix, not(target_os = "fuchsia")), windows, target_os = "wasi")
))]
pub mod fsext;
#[cfg(feature = "i18n-common")]
pub mod i18n;
Expand Down
Loading
Loading