From 2938d1c4c2af4debaa3aa1944838c19bf26acba9 Mon Sep 17 00:00:00 2001 From: gnzlbg <gonzalobg88@gmail.com> Date: Wed, 28 Feb 2018 10:58:01 +0100 Subject: [PATCH] fix style --- src/unix/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/unix/mod.rs b/src/unix/mod.rs index 8aee47aa..08ac6b33 100644 --- a/src/unix/mod.rs +++ b/src/unix/mod.rs @@ -286,7 +286,9 @@ cfg_if! { } else if #[cfg(target_os = "emscripten")] { #[link(name = "c")] extern {} - } else if #[cfg(all(target_os = "netbsd", cfg_attr(feature = "stdbuild", target_vendor = "rumprun")))] { + } else if #[cfg(all(target_os = "netbsd", + cfg_attr(feature = "stdbuild", + target_vendor = "rumprun")))] { // Since we don't use -nodefaultlibs on Rumprun, libc is always pulled // in automatically by the linker. We avoid passing it explicitly, as it // causes some versions of binutils to crash with an assertion failure. -- GitLab