diff options
| author | Lzu Tao <taolzu@gmail.com> | 2019-09-28 16:39:07 +0000 |
|---|---|---|
| committer | Lzu Tao <taolzu@gmail.com> | 2019-10-02 04:48:15 +0000 |
| commit | 4a2ae451e3b4807cd98013a10025ec0d2cdfecbe (patch) | |
| tree | cf9873443a187178abeeb2884eff1e3d3a60bb9f /src/liballoc/tests | |
| parent | 7130fc54e05e247f93c7ecc2d10f56b314c97831 (diff) | |
| download | rust-4a2ae451e3b4807cd98013a10025ec0d2cdfecbe.tar.gz rust-4a2ae451e3b4807cd98013a10025ec0d2cdfecbe.zip | |
Stabilize `slice::repeat` (feature `repeat_generic_slice`)
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 5723a30c0f3..f2a2c80f2f7 100644 --- a/src/liballoc/tests/lib.rs +++ b/src/liballoc/tests/lib.rs @@ -4,7 +4,6 @@ #![feature(exact_size_is_empty)] #![feature(option_flattening)] #![feature(pattern)] -#![feature(repeat_generic_slice)] #![feature(trusted_len)] #![feature(try_reserve)] #![feature(unboxed_closures)] |
