We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217d835 commit 2792d85Copy full SHA for 2792d85
src/uucore/src/lib.rs
@@ -38,7 +38,7 @@ pub mod parse_time;
38
39
#[cfg(all(not(windows), feature = "mode"))]
40
pub mod mode;
41
-#[cfg(all(unix, not(target_os = "fuchsia"), feature = "utmpx"))]
+#[cfg(all(unix, not(target_os = "fuchsia"), not(target_env="musl"), feature = "utmpx"))]
42
pub mod utmpx;
43
#[cfg(all(unix, feature = "entries"))]
44
pub mod entries;
0 commit comments