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/tests | |
| parent | 9f9ac89d11a2afaeaa029738b38142124684c89b (diff) | |
| download | rust-64185f205dcbd8db255ad6674e43c63423f2369a.tar.gz rust-64185f205dcbd8db255ad6674e43c63423f2369a.zip | |
Remove unnecessary or invalid feature attributes
Diffstat (limited to 'src/liballoc/tests')
| -rw-r--r-- | src/liballoc/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs index 618aff963f2..ad1e5807562 100644 --- a/src/liballoc/tests/lib.rs +++ b/src/liballoc/tests/lib.rs @@ -16,7 +16,6 @@ #![feature(drain_filter)] #![feature(exact_size_is_empty)] #![feature(pattern)] -#![feature(rand)] #![feature(slice_sort_by_cached_key)] #![feature(splice)] #![feature(str_escape)] |
