From 6a2bad32575c890105f3bc4914eea7c76fb85e30 Mon Sep 17 00:00:00 2001 From: we Date: Mon, 9 Feb 2015 10:00:46 +0300 Subject: int/uint => isize/usize in liblibc/liballoc/libarena --- src/liballoc/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/liballoc/lib.rs') diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 81391fd63eb..0e6266f9cbc 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -70,7 +70,6 @@ #![feature(lang_items, unsafe_destructor)] #![feature(box_syntax)] #![feature(optin_builtin_traits)] -#![feature(int_uint)] #![feature(unboxed_closures)] #![feature(core)] #![feature(hash)] -- cgit 1.4.1-3-g733a5