1
Fork 0

Fix mismatched punctuation in Debug impl of AttrId

This commit is contained in:
David Tolnay 2023-03-28 20:21:23 -07:00
parent cdbbce0a9e
commit c5da0619d1
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -2570,7 +2570,7 @@ pub enum AttrStyle {
rustc_index::newtype_index! {
#[custom_encodable]
#[debug_format = "AttrId({})]"]
#[debug_format = "AttrId({})"]
pub struct AttrId {}
}