Stabilise then
This commit is contained in:
parent
20328b5323
commit
cf32afcf48
6 changed files with 1 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
#![feature(allow_internal_unstable)]
|
||||
#![feature(bool_to_option)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(const_panic)]
|
||||
#![feature(extend_one)]
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
|
||||
#![feature(bool_to_option)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(drain_filter)]
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
//! The main parser interface.
|
||||
|
||||
#![feature(bool_to_option)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(bindings_after_at)]
|
||||
#![feature(iter_order_by)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue