diff options
| author | Ralf Jung <post@ralfj.de> | 2018-08-28 10:41:53 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2018-08-28 10:41:53 +0200 |
| commit | f4f114002e2a39494674107eb307770fffe33e95 (patch) | |
| tree | 190ccbb1ef4691b2463efc10896bcae481ade35e /src/libcore/tests | |
| parent | b638d8c75f4e38c75c5caa52b10b18a350431687 (diff) | |
| download | rust-f4f114002e2a39494674107eb307770fffe33e95.tar.gz rust-f4f114002e2a39494674107eb307770fffe33e95.zip | |
stabilize slice_align_to
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 e48f3b36c65..4f3086575c0 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -34,7 +34,6 @@ #![feature(try_from)] #![feature(try_trait)] #![feature(exact_chunks)] -#![feature(slice_align_to)] #![feature(align_offset)] #![feature(reverse_bits)] #![feature(inner_deref)] |
