1
Fork 0

Remove allow(deprecated_owned_vector) lint

This commit is contained in:
Dirk Leifeld 2014-05-22 13:19:44 +02:00
parent f78eb14341
commit 6787e22c08

View file

@ -1007,7 +1007,6 @@ pub fn run_test(opts: &TestOpts,
return;
}
#[allow(deprecated_owned_vector)]
fn run_test_inner(desc: TestDesc,
monitor_ch: Sender<MonitorMsg>,
nocapture: bool,