Skip to content

Commit 5383cd7

Browse files
committed
Fix style issues
1 parent 884b969 commit 5383cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,8 @@ impl Build {
855855
base.push("-stdlib=libc++".into());
856856
base.push("-mmacosx-version-min=10.7".into());
857857
}
858-
// This is a hack, because newer binutils broke things
859-
// on some vms/distros (i.e., linking against unknown relocs disabled by the following flag)
858+
// This is a hack, because newer binutils broke things on some vms/distros
859+
// (i.e., linking against unknown relocs disabled by the following flag)
860860
// See: https://github.com/rust-lang/rust/issues/34978
861861
if target == "x86_64-unknown-linux-musl" {
862862
base.push("-Wa,-mrelax-relocations=no".into());

0 commit comments

Comments
 (0)