Remove unused feature gate from librustc_target

This commit is contained in:
bjorn3 2019-11-17 20:09:43 +01:00
parent 1bfba4fbce
commit 1a26c1c67a

View File

@ -8,7 +8,6 @@
//! LLVM.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
#![feature(box_syntax)]
#![feature(bool_to_option)]
#![feature(nll)]