Skip to content

Commit 2938d1c

Browse files
committed
fix style
1 parent 5c95d8d commit 2938d1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/unix/mod.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,9 @@ cfg_if! {
286286
} else if #[cfg(target_os = "emscripten")] {
287287
#[link(name = "c")]
288288
extern {}
289-
} else if #[cfg(all(target_os = "netbsd", cfg_attr(feature = "stdbuild", target_vendor = "rumprun")))] {
289+
} else if #[cfg(all(target_os = "netbsd",
290+
cfg_attr(feature = "stdbuild",
291+
target_vendor = "rumprun")))] {
290292
// Since we don't use -nodefaultlibs on Rumprun, libc is always pulled
291293
// in automatically by the linker. We avoid passing it explicitly, as it
292294
// causes some versions of binutils to crash with an assertion failure.

0 commit comments

Comments
 (0)