Fix mismatched punctuation in Debug impl of AttrId
This commit is contained in:
parent
cdbbce0a9e
commit
c5da0619d1
1 changed files with 1 additions and 1 deletions
|
@ -2570,7 +2570,7 @@ pub enum AttrStyle {
|
||||||
|
|
||||||
rustc_index::newtype_index! {
|
rustc_index::newtype_index! {
|
||||||
#[custom_encodable]
|
#[custom_encodable]
|
||||||
#[debug_format = "AttrId({})]"]
|
#[debug_format = "AttrId({})"]
|
||||||
pub struct AttrId {}
|
pub struct AttrId {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue