formatting
This commit is contained in:
parent
d839d2ecc2
commit
8227e69018
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue