Skip to content

Commit 3c9f2a5

Browse files
committed
auto merge of #14354 : EdorianDark/rust/master, r=huonw
It seemed to me, that [T] was deprecated and i am trying to help.
2 parents 9411cec + 6787e22 commit 3c9f2a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libtest/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,6 @@ pub fn run_test(opts: &TestOpts,
10071007
return;
10081008
}
10091009

1010-
#[allow(deprecated_owned_vector)]
10111010
fn run_test_inner(desc: TestDesc,
10121011
monitor_ch: Sender<MonitorMsg>,
10131012
nocapture: bool,

0 commit comments

Comments
 (0)