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/libcollections/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libcollections') diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index 24478ff8c5f..f92aee98479 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -25,7 +25,6 @@ // NOTE remove the following two attributes after the next snapshot. #[allow(unrecognized_lint)]; #[allow(default_type_param_usage)]; -#[allow(deprecated_owned_vector)]; extern crate rand; -- cgit 1.4.1-3-g733a5