From da3625161d8f8bcb2f43d703eec8d002d0bb9c87 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 19 Mar 2014 23:23:00 -0700 Subject: Removing imports of std::vec_ng::Vec It's now in the prelude. --- src/libterm/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libterm/lib.rs') diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs index 089c1668bf3..411b0558573 100644 --- a/src/libterm/lib.rs +++ b/src/libterm/lib.rs @@ -22,7 +22,6 @@ #[feature(macro_rules)]; #[deny(non_camel_case_types)]; #[allow(missing_doc)]; -#[allow(deprecated_owned_vector)]; extern crate collections; -- cgit 1.4.1-3-g733a5