Correct match-drop-strs-issue-4541 when used in check-fast

This commit is contained in:
Niko Matsakis 2013-07-01 19:59:53 -04:00
parent a6d64df672
commit b5fc4ae918

View File

@ -3,9 +3,10 @@
// or double-free, as we were wont to do in the past.
use std::io;
use std::os;
fn parse_args() -> ~str {
let args = std::os::args();
let args = os::args();
let mut n = 0;
while n < args.len() {