Remove outdated and unnecessary std::vec_ng::Vec imports.
(And fix some tests.)
This commit is contained in:
parent
af79a5aa7d
commit
6d778ff610
168 changed files with 26 additions and 273 deletions
|
@ -16,7 +16,6 @@
|
|||
#[allow(deprecated_owned_vector)];
|
||||
#[deny(unused_mut)];
|
||||
|
||||
use std::vec_ng::Vec;
|
||||
|
||||
fn main() {
|
||||
// negative cases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue