remove cfg(bootstrap)

This commit is contained in:
Pietro Albini 2021-05-06 13:36:07 +02:00 committed by Mark Rousskov
parent 1c9500a8f4
commit 9e22b844dd
42 changed files with 19 additions and 67 deletions

View file

@ -1,7 +1,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![feature(in_band_lifetimes)]
#![feature(nll)]
#![cfg_attr(bootstrap, feature(or_patterns))]
#![feature(control_flow_enum)]
#![feature(try_blocks)]
#![feature(associated_type_defaults)]