diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-04-27 16:45:30 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-04-27 16:45:30 +0200 |
| commit | b71f8d4e1beb2f10a546ee55c41d15aa66ef4240 (patch) | |
| tree | 5c51321727f337e7b9cc3d5f99f7c62b0ce1a332 /src/libcore/tests | |
| parent | d4a32d504a5aa49b951bfc70602a9615cb772acf (diff) | |
| download | rust-b71f8d4e1beb2f10a546ee55c41d15aa66ef4240.tar.gz rust-b71f8d4e1beb2f10a546ee55c41d15aa66ef4240.zip | |
Stabilize Iterator::copied in 1.36.0.
Diffstat (limited to 'src/libcore/tests')
| -rw-r--r-- | src/libcore/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index ae12eb116b5..025f7fb5cc6 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -10,7 +10,6 @@ #![feature(fmt_internals)] #![feature(hashmap_internals)] #![feature(is_sorted)] -#![feature(iter_copied)] #![feature(iter_nth_back)] #![feature(iter_once_with)] #![feature(pattern)] |
