From 164648c2007a90eb91522b211c06b202d2c8da5c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 27 Dec 2016 16:47:08 -0700 Subject: [PATCH] Compile using real libstd, with no crate overrides --- lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/lib.rs b/lib.rs index ecb34b1..5027cde 100644 --- a/lib.rs +++ b/lib.rs @@ -5,7 +5,6 @@ #![deny(warnings)] #![feature(alloc)] -#![feature(arc_counts)] #![feature(asm)] #![feature(collections)] #![feature(const_fn)]