commit | 1398566d67ba10481dba0089515e196f9625fe62 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Sun Sep 13 21:43:02 2015 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Sun Sep 13 21:43:02 2015 -0700 |
tree | db0f74bd983b67f9a3582e00095566ceddbc0d66 | |
parent | 2f846f3f6cd2889c092f9604a59e1249af0a78cf [diff] |
Revert alloc_system change
diff --git a/libc-test/tests/all.rs b/libc-test/tests/all.rs index 15d3181..42a743c 100644 --- a/libc-test/tests/all.rs +++ b/libc-test/tests/all.rs
@@ -1,7 +1,5 @@ -#![feature(alloc_system)] #![allow(bad_style, unused_imports)] -extern crate alloc_system; extern crate libc; extern crate libc_test;