Skip to content

Commit 6787e22

Browse files
committed
Remove allow(deprecated_owned_vector) lint
1 parent f78eb14 commit 6787e22

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)