diff options
| author | Taiki Endo <te316e89@gmail.com> | 2019-02-25 00:40:34 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2019-02-25 00:40:34 +0900 |
| commit | 9a0b4b6705469e356a03fb7ea9522636492957c4 (patch) | |
| tree | e042b480a1a4a199e66edad2a598efa93781b80a /src/liballoc/benches | |
| parent | e17c48e2f21eefd59748e364234efc7037a3ec96 (diff) | |
| download | rust-9a0b4b6705469e356a03fb7ea9522636492957c4.tar.gz rust-9a0b4b6705469e356a03fb7ea9522636492957c4.zip | |
Remove some unnecessary 'extern crate'
Diffstat (limited to 'src/liballoc/benches')
| -rw-r--r-- | src/liballoc/benches/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/benches/lib.rs b/src/liballoc/benches/lib.rs index a1884b7d548..4bf5ec10c41 100644 --- a/src/liballoc/benches/lib.rs +++ b/src/liballoc/benches/lib.rs @@ -1,8 +1,6 @@ #![feature(repr_simd)] #![feature(test)] -extern crate rand; -extern crate rand_xorshift; extern crate test; mod btree; |
