Skip to content

Commit 9043bd9

Browse files
committed
wrap long line;
1 parent b3ae63c commit 9043bd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/comp/driver/rustc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ fn build_session_options(match: getopts::match)
367367
let sysroot_opt = getopts::opt_maybe_str(match, "sysroot");
368368
let target_opt = getopts::opt_maybe_str(match, "target");
369369
let no_asm_comments = getopts::opt_present(match, "no-asm-comments");
370-
alt output_type { // unless we're emitting huamn-readable assembly, omit comments.
370+
alt output_type {
371+
// unless we're emitting huamn-readable assembly, omit comments.
371372
link::output_type_llvm_assembly. | link::output_type_assembly. {}
372373
_ { no_asm_comments = true; }
373374
}

0 commit comments

Comments
 (0)