Skip to content

Commit c6529dd

Browse files
committed
Fix formatting
1 parent e7475ca commit c6529dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/core/compiler/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,6 @@ fn build_base_args(
915915
cmd.arg("-Z").arg(format!("strip={}", strip));
916916
}
917917

918-
919918
if unit.is_std {
920919
// -Zforce-unstable-if-unmarked prevents the accidental use of
921920
// unstable crates within the sysroot (such as "extern crate libc" or

0 commit comments

Comments
 (0)