diff options
| author | Aaron Turon <aturon@mozilla.com> | 2014-11-14 14:38:41 -0800 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2014-11-20 17:19:24 -0800 |
| commit | 40c78ab037c70d61eb4f8c95c7a4fec8f098644b (patch) | |
| tree | 83d66a065a6c79f702c62d7abaf54145353a2dc4 /src/liballoc | |
| parent | a68ec98166bf638c6cbf4036f51036012695718d (diff) | |
| download | rust-40c78ab037c70d61eb4f8c95c7a4fec8f098644b.tar.gz rust-40c78ab037c70d61eb4f8c95c7a4fec8f098644b.zip | |
Fallout from libgreen and libnative removal
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
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; |
