diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-11-27 11:00:44 +0100 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-11-30 09:44:16 +0100 |
| commit | 25d1c073d199bfc58af311e8e84da173e22c6f44 (patch) | |
| tree | 98e9748dcbf246ff9f8372ba6cf44ebc04cf83fa | |
| parent | ac47bd725ff6e9d0359acd2ac794232f94105d0c (diff) | |
| download | rust-25d1c073d199bfc58af311e8e84da173e22c6f44.tar.gz rust-25d1c073d199bfc58af311e8e84da173e22c6f44.zip | |
Remove unused feature gate from `libcore`
| -rw-r--r-- | src/libcore/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index ae223941778..d62f6b17258 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -120,7 +120,6 @@ #![feature(const_slice_len)] #![feature(const_str_as_bytes)] #![feature(const_str_len)] -#![cfg_attr(stage0, feature(const_let))] #![feature(const_int_rotate)] #![feature(const_int_wrapping)] #![feature(const_int_sign)] |
