Skip to content

Commit

Permalink
Remove unused feature gates from librustc_typeck
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Feb 7, 2020
1 parent 1a26c1c commit 8f672cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustc_typeck/lib.rs
Expand Up @@ -58,10 +58,8 @@ This API is completely unstable and subject to change.
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
#![allow(non_camel_case_types)]
#![feature(bool_to_option)]
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(crate_visibility_modifier)]
#![feature(exhaustive_patterns)]
#![feature(in_band_lifetimes)]
#![feature(nll)]
#![feature(try_blocks)]
Expand Down

0 comments on commit 8f672cd

Please sign in to comment.