summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2014-11-14 14:38:41 -0800
committerAaron Turon <aturon@mozilla.com>2014-11-20 17:19:24 -0800
commit40c78ab037c70d61eb4f8c95c7a4fec8f098644b (patch)
tree83d66a065a6c79f702c62d7abaf54145353a2dc4 /src/liballoc
parenta68ec98166bf638c6cbf4036f51036012695718d (diff)
downloadrust-40c78ab037c70d61eb4f8c95c7a4fec8f098644b.tar.gz
rust-40c78ab037c70d61eb4f8c95c7a4fec8f098644b.zip
Fallout from libgreen and libnative removal
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 2ff151c1363..173ca008d03 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -73,7 +73,6 @@ extern crate libc;
 
 // Allow testing this library
 
-#[cfg(test)] extern crate native;
 #[cfg(test)] #[phase(plugin, link)] extern crate std;
 #[cfg(test)] #[phase(plugin, link)] extern crate log;