diff options
| author | Tatsuyuki Ishi <ishitatsuyuki@gmail.com> | 2017-06-24 17:48:27 +0900 |
|---|---|---|
| committer | Tatsuyuki Ishi <ishitatsuyuki@gmail.com> | 2017-08-27 19:02:24 +0900 |
| commit | 611b1111394a065783091b17b025c34427af3d68 (patch) | |
| tree | 32fc252396dcc3d67cfab262a48febf5c03e1d8c /src/liballoc | |
| parent | bc5bd51c4563cd76fd3d73eb3eeff7cf6e9905b1 (diff) | |
| download | rust-611b1111394a065783091b17b025c34427af3d68.tar.gz rust-611b1111394a065783091b17b025c34427af3d68.zip | |
Move unused-extern-crate to late pass
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/tests/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs index 86309dd87de..8f3e71ef794 100644 --- a/src/liballoc/tests/lib.rs +++ b/src/liballoc/tests/lib.rs @@ -10,7 +10,6 @@ #![deny(warnings)] -#![feature(alloc)] #![feature(attr_literals)] #![feature(box_syntax)] #![feature(inclusive_range_syntax)] @@ -27,14 +26,10 @@ #![feature(splice)] #![feature(str_escape)] #![feature(string_retain)] -#![feature(test)] #![feature(unboxed_closures)] #![feature(unicode)] -extern crate alloc; -extern crate test; extern crate std_unicode; -extern crate core; use std::hash::{Hash, Hasher}; use std::collections::hash_map::DefaultHasher; |
