auto merge of #14354 : EdorianDark/rust/master, r=huonw

It seemed to me, that [T] was deprecated and i am trying to help.
This commit is contained in:
bors 2014-05-22 08:51:20 -07:00
commit 3c9f2a5d0a

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,