Skip to content

Commit 8f672cd

Browse files
committed
Remove unused feature gates from librustc_typeck
1 parent 1a26c1c commit 8f672cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_typeck/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ This API is completely unstable and subject to change.
5858
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
5959
#![allow(non_camel_case_types)]
6060
#![feature(bool_to_option)]
61-
#![feature(box_patterns)]
6261
#![feature(box_syntax)]
6362
#![feature(crate_visibility_modifier)]
64-
#![feature(exhaustive_patterns)]
6563
#![feature(in_band_lifetimes)]
6664
#![feature(nll)]
6765
#![feature(try_blocks)]

0 commit comments

Comments
 (0)