Skip to content

Commit 21877e8

Browse files
committed
alphabetize
1 parent 909f1f6 commit 21877e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_hir/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
#![allow(internal_features)]
77
#![feature(associated_type_defaults)]
88
#![feature(closure_track_caller)]
9+
#![feature(exhaustive_patterns)]
910
#![feature(let_chains)]
1011
#![feature(never_type)]
1112
#![feature(rustc_attrs)]
1213
#![feature(variant_count)]
1314
#![warn(unreachable_pub)]
14-
#![feature(exhaustive_patterns)]
1515
// tidy-alphabetical-end
1616

1717
extern crate self as rustc_hir;

0 commit comments

Comments
 (0)