Compile using real libstd, with no crate overrides

This commit is contained in:
Jeremy Soller
2016-12-27 16:47:08 -07:00
parent 515aa3671b
commit 164648c200

1
lib.rs
View File

@@ -5,7 +5,6 @@
#![deny(warnings)]
#![feature(alloc)]
#![feature(arc_counts)]
#![feature(asm)]
#![feature(collections)]
#![feature(const_fn)]