Skip to content

Commit 8f37e1a

Browse files
author
The Miri Cronjob Bot
committed
Merge from rustc
2 parents f066ca5 + 055a7dd commit 8f37e1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/hir-expand/src/inert_attr_macro.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
142142
allow, Normal, template!(List: r#"lint1, lint2, ..., /*opt*/ reason = "...""#),
143143
DuplicatesOk, @only_local: true,
144144
),
145-
gated!(
146-
expect, Normal, template!(List: r#"lint1, lint2, ..., /*opt*/ reason = "...""#), DuplicatesOk,
147-
lint_reasons, experimental!(expect)
145+
ungated!(
146+
expect, Normal, template!(List: r#"lint1, lint2, ..., /*opt*/ reason = "...""#),
147+
DuplicatesOk, @only_local: true,
148148
),
149149
ungated!(
150150
forbid, Normal, template!(List: r#"lint1, lint2, ..., /*opt*/ reason = "...""#),

0 commit comments

Comments
 (0)