diff options
| author | varkor <github@varkor.com> | 2020-11-22 13:25:19 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-11-22 13:45:14 +0000 |
| commit | cf32afcf4832bb407b4201ce747ac2e1185560e6 (patch) | |
| tree | ab7f0666fbe3e968ca8e2d5f331b7d2fedc31489 /compiler/rustc_parse | |
| parent | 20328b532336017213ccb4095740955d81060ebc (diff) | |
| download | rust-cf32afcf4832bb407b4201ce747ac2e1185560e6.tar.gz rust-cf32afcf4832bb407b4201ce747ac2e1185560e6.zip | |
Stabilise `then`
Diffstat (limited to 'compiler/rustc_parse')
| -rw-r--r-- | compiler/rustc_parse/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/lib.rs b/compiler/rustc_parse/src/lib.rs index f125a12147a..8a6b0230023 100644 --- a/compiler/rustc_parse/src/lib.rs +++ b/compiler/rustc_parse/src/lib.rs @@ -1,6 +1,5 @@ //! The main parser interface. -#![feature(bool_to_option)] #![feature(crate_visibility_modifier)] #![feature(bindings_after_at)] #![feature(iter_order_by)] |
