Skip to content

Commit 74994af

Browse files
committed
Remove unused feature gate from librustc_lint
1 parent 6638b86 commit 74994af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_lint/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
2929
#![cfg_attr(test, feature(test))]
3030
#![feature(bool_to_option)]
31-
#![feature(box_patterns)]
3231
#![feature(box_syntax)]
3332
#![feature(crate_visibility_modifier)]
3433
#![feature(never_type)]

0 commit comments

Comments
 (0)