Skip to content

Commit

Permalink
Remove unused feature gate from librustc_target
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Feb 7, 2020
1 parent 1bfba4f commit 1a26c1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_target/lib.rs
Expand Up @@ -8,7 +8,6 @@
//! LLVM.

#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
#![feature(box_syntax)]
#![feature(bool_to_option)]
#![feature(nll)]

Expand Down

0 comments on commit 1a26c1c

Please sign in to comment.