File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 24b66451568769236202e90e29a3540b802e1373
2
+ refs/heads/master: 39084fb881a1a0fd2db6c8df04ccd5cc0a9c6716
Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ options:
270
270
--test build test harness
271
271
--gc garbage collect shared data (experimental/temporary)
272
272
--stack-growth perform stack checks (experimental)
273
- --check-unsafe disallow unsafe actions in non-unsafe functions
274
273
275
274
" ) ;
276
275
}
@@ -448,7 +447,7 @@ fn opts() -> [getopts::opt] {
448
447
optflag ( "no-typestate" ) , optflag ( "noverify" ) ,
449
448
optmulti ( "cfg" ) , optflag ( "test" ) ,
450
449
optflag ( "lib" ) , optflag ( "static" ) , optflag ( "gc" ) ,
451
- optflag ( "stack-growth" ) , optflag ( "check-unsafe" ) ] ;
450
+ optflag ( "stack-growth" ) ] ;
452
451
}
453
452
454
453
fn build_output_filenames ( ifile : str , ofile : option:: t < str > ,
You can’t perform that action at this time.
0 commit comments