Skip to content

Commit c5da061

Browse files
committed
Fix mismatched punctuation in Debug impl of AttrId
1 parent cdbbce0 commit c5da061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_ast/src/ast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@ pub enum AttrStyle {
25702570

25712571
rustc_index::newtype_index! {
25722572
#[custom_encodable]
2573-
#[debug_format = "AttrId({})]"]
2573+
#[debug_format = "AttrId({})"]
25742574
pub struct AttrId {}
25752575
}
25762576

0 commit comments

Comments
 (0)