diff options
| author | varkor <github@varkor.com> | 2018-07-23 01:14:41 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-08-05 15:54:48 +0100 |
| commit | 64185f205dcbd8db255ad6674e43c63423f2369a (patch) | |
| tree | efc30a957abbad69ad8974b42ddc04199c5b28cd /src/liballoc/benches | |
| parent | 9f9ac89d11a2afaeaa029738b38142124684c89b (diff) | |
| download | rust-64185f205dcbd8db255ad6674e43c63423f2369a.tar.gz rust-64185f205dcbd8db255ad6674e43c63423f2369a.zip | |
Remove unnecessary or invalid feature attributes
Diffstat (limited to 'src/liballoc/benches')
| -rw-r--r-- | src/liballoc/benches/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/benches/lib.rs b/src/liballoc/benches/lib.rs index 4f69aa6670b..b4f4fd74f3a 100644 --- a/src/liballoc/benches/lib.rs +++ b/src/liballoc/benches/lib.rs @@ -8,7 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![feature(rand)] #![feature(repr_simd)] #![feature(slice_sort_by_cached_key)] #![feature(test)] |
