Skip to content

Commit b1a574a

Browse files
committed
tidy
1 parent dcf0b0f commit b1a574a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

compiler/rustc_hir/src/attrs/data_structures.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,13 +1233,9 @@ pub enum AttributeKind {
12331233
/// Represents `#[rustc_diagnostic_item]`
12341234
RustcDiagnosticItem(Symbol),
12351235

1236-
12371236
/// Represents `#[rustc_do_not_const_check]`
12381237
RustcDoNotConstCheck,
12391238

1240-
/// Represents `#[rustc_diagnostic_item]`
1241-
RustcDiagnosticItem(Symbol),
1242-
12431239
/// Represents `#[rustc_dummy]`.
12441240
RustcDummy,
12451241

0 commit comments

Comments
 (0)