Skip to content

Commit bfc8135

Browse files
committed
remove unused flag (thanks lht)
1 parent 99c421f commit bfc8135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ fn opts() -> [getopts::opt] {
456456
optflag("noverify"),
457457
optmulti("cfg"), optflag("test"),
458458
optflag("lib"), optflag("static"), optflag("gc"),
459-
optflag("stack-growth"), optflag("check-unsafe"),
459+
optflag("stack-growth"),
460460
optflag("no-asm-comments")];
461461
}
462462

0 commit comments

Comments
 (0)