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 /library/std/src | |
| parent | 20328b532336017213ccb4095740955d81060ebc (diff) | |
| download | rust-cf32afcf4832bb407b4201ce747ac2e1185560e6.tar.gz rust-cf32afcf4832bb407b4201ce747ac2e1185560e6.zip | |
Stabilise `then`
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index db523f05e01..f1205ca2f1d 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -227,7 +227,6 @@ #![feature(asm)] #![feature(associated_type_bounds)] #![feature(atomic_mut_ptr)] -#![feature(bool_to_option)] #![feature(box_syntax)] #![feature(c_variadic)] #![feature(cfg_accessible)] |
