Remove unused feature gates from cg_ssa and cg_utils
This commit is contained in:
parent
f9971c5cba
commit
c2da8b3f0d
2 changed files with 0 additions and 8 deletions
|
|
@ -3,10 +3,6 @@
|
|||
//! This API is completely unstable and subject to change.
|
||||
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
#![feature(arbitrary_self_types)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(never_type)]
|
||||
#![feature(nll)]
|
||||
#![feature(in_band_lifetimes)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue