diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-03-15 07:58:27 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-03-17 13:28:53 -0700 |
| commit | 1241a88fa9ddf5e645d1e6e93e04c435bbf15cd4 (patch) | |
| tree | 987da130316d1be22082895a02b1adb6cb35e677 /src/libcoretest | |
| parent | a8f4a1bd984091ffb8f87f9440e2483f94b44a20 (diff) | |
| download | rust-1241a88fa9ddf5e645d1e6e93e04c435bbf15cd4.tar.gz rust-1241a88fa9ddf5e645d1e6e93e04c435bbf15cd4.zip | |
Minor fixups to fix tidy errors
Diffstat (limited to 'src/libcoretest')
| -rw-r--r-- | src/libcoretest/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libcoretest/lib.rs b/src/libcoretest/lib.rs index e06b757691e..d84a1e22756 100644 --- a/src/libcoretest/lib.rs +++ b/src/libcoretest/lib.rs @@ -23,7 +23,6 @@ #![feature(nonzero)] #![feature(rand)] #![feature(raw)] -#![feature(result_expect_err)] #![feature(sip_hash_13)] #![feature(slice_patterns)] #![feature(step_by)] @@ -31,9 +30,6 @@ #![feature(try_from)] #![feature(unicode)] #![feature(unique)] -#![feature(ordering_chaining)] -#![feature(ptr_unaligned)] -#![feature(move_cell)] #![feature(fmt_internals)] extern crate core; |
