Skip to content

Commit

Permalink
Fix mismatched punctuation in Debug impl of AttrId
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 29, 2023
1 parent cdbbce0 commit c5da061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_ast/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,7 @@ pub enum AttrStyle {

rustc_index::newtype_index! {
#[custom_encodable]
#[debug_format = "AttrId({})]"]
#[debug_format = "AttrId({})"]
pub struct AttrId {}
}

Expand Down

0 comments on commit c5da061

Please sign in to comment.