From 3316b1eb7c3eb520896af489dd45c4d17190d0a8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 6 Jun 2014 10:27:49 -0700 Subject: rustc: Remove ~[T] from the language The following features have been removed * box [a, b, c] * ~[a, b, c] * box [a, ..N] * ~[a, ..N] * ~[T] (as a type) * deprecated_owned_vector lint All users of ~[T] should move to using Vec instead. --- src/libnum/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libnum') diff --git a/src/libnum/lib.rs b/src/libnum/lib.rs index 709882c87ce..27ccc528c94 100644 --- a/src/libnum/lib.rs +++ b/src/libnum/lib.rs @@ -53,8 +53,6 @@ html_root_url = "http://doc.rust-lang.org/", html_playground_url = "http://play.rust-lang.org/")] -#![deny(deprecated_owned_vector)] - extern crate rand; pub use bigint::{BigInt, BigUint}; -- cgit 1.4.1-3-g733a5