1
Fork 0

Remove outdated and unnecessary std::vec_ng::Vec imports.

(And fix some tests.)
This commit is contained in:
Huon Wilson 2014-03-21 22:37:41 +11:00
parent af79a5aa7d
commit 6d778ff610
168 changed files with 26 additions and 273 deletions

View file

@ -16,7 +16,6 @@
#[allow(deprecated_owned_vector)];
#[deny(unused_mut)];
use std::vec_ng::Vec;
fn main() {
// negative cases