Skip to content

Commit dcc785d

Browse files
committed
bless tidy
1 parent 3e811b3 commit dcc785d

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_type_ir/src

1 file changed

+1
-1
lines changed

compiler/rustc_type_ir/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#![allow(rustc::usage_of_ty_tykind)]
55
#![allow(rustc::usage_of_type_ir_inherent)]
66
#![allow(rustc::usage_of_type_ir_traits)]
7+
#![cfg_attr(feature = "nightly", allow(internal_features))]
78
#![cfg_attr(
89
feature = "nightly",
910
feature(associated_type_defaults, never_type, rustc_attrs, negative_impls)
1011
)]
11-
#![cfg_attr(feature = "nightly", allow(internal_features))]
1212
// tidy-alphabetical-end
1313

1414
extern crate self as rustc_type_ir;

0 commit comments

Comments
 (0)