From 8d14ac5e55c45e0bde35586f76e7450ce519c5c8 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein <tamird@gmail.com> Date: Mon, 11 Sep 2017 20:32:12 -0400 Subject: [PATCH] Whitespace --- src/unix/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/mod.rs b/src/unix/mod.rs index cacc3932..52f73474 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"))] -- GitLab