1
Fork 0

formatting

This commit is contained in:
Christian Poveda 2022-05-19 09:02:50 -05:00
parent d839d2ecc2
commit 8227e69018
No known key found for this signature in database
GPG key ID: 27525EF5E7420A50

View file

@ -354,7 +354,8 @@ impl SessionDiagnosticDeriveBuilder {
); );
} }
} else { } else {
field.attrs field
.attrs
.iter() .iter()
.map(move |attr| { .map(move |attr| {
let name = attr.path.segments.last().unwrap().ident.to_string(); let name = attr.path.segments.last().unwrap().ident.to_string();