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/libflate/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libflate') diff --git a/src/libflate/lib.rs b/src/libflate/lib.rs index d9f7ae9a856..5601bd87bb9 100644 --- a/src/libflate/lib.rs +++ b/src/libflate/lib.rs @@ -94,7 +94,6 @@ pub fn inflate_bytes_zlib(bytes: &[u8]) -> CVec { #[cfg(test)] mod tests { - #[allow(deprecated_owned_vector)]; extern crate rand; use super::{inflate_bytes, deflate_bytes}; -- cgit 1.4.1-3-g733a5