diff options
| author | Jacob Kiesel <kieseljake@gmail.com> | 2017-09-08 16:07:09 -0600 |
|---|---|---|
| committer | Jacob Kiesel <kieseljake@gmail.com> | 2017-09-08 16:07:09 -0600 |
| commit | 67283fa8e6ec6ffb1db782c6862d3bdec45cecf8 (patch) | |
| tree | e82203462d68387dd1953ca26dfbcea81965b48e /src/libstd/lib.rs | |
| parent | b762283e57ff71f6763effb9cfc7fc0c7967b6b0 (diff) | |
| download | rust-67283fa8e6ec6ffb1db782c6862d3bdec45cecf8.tar.gz rust-67283fa8e6ec6ffb1db782c6862d3bdec45cecf8.zip | |
Revert "Add panic unit tests"
This reverts commit b762283e57ff71f6763effb9cfc7fc0c7967b6b0.
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 191f7fe648e..cf1eb5cd52e 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -249,7 +249,6 @@ #![feature(cfg_target_vendor)] #![feature(char_error_internals)] #![feature(char_internals)] -#![feature(clamp)] #![feature(collections_range)] #![feature(compiler_builtins_lib)] #![feature(const_fn)] |
