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/libhexfloat/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libhexfloat/lib.rs') diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index 54bc2802b09..b181b0ca8c9 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -43,8 +43,6 @@ fn main() { #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/")] - -#![deny(deprecated_owned_vector)] #![feature(plugin_registrar, managed_boxes)] extern crate syntax; -- cgit 1.4.1-3-g733a5