diff --git a/src/unix/mod.rs b/src/unix/mod.rs index cacc39320357494adccd92f7a36335a4ab50848b..52f73474f5a0404a476b14f079006722d07f20f3 100644 --- a/src/unix/mod.rs +++ b/src/unix/mod.rs @@ -235,7 +235,7 @@ cfg_if! { } else if #[cfg(target_os = "l4re")] { // required libraries for L4Re are linked externally, ATM } else if #[cfg(all(not(stdbuild), feature = "use_std"))] { - // cargo build, don't pull in anything extra as the libstd dep + // cargo build, don't pull in anything extra as the libstd dep // already pulls in all libs. } else if #[cfg(any(all(target_env = "musl", not(target_arch = "mips"))))] { #[link(name = "c", kind = "static", cfg(target_feature = "crt-static"))]