apply rustfmt

This commit is contained in:
Jan Tache 2023-03-29 12:08:43 -07:00
parent 2b69a0c874
commit 011ebe7c0e
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ impl Labels {
}) })
}; };
use quote::ToTokens; use quote::ToTokens;
let LabelAttr { label } = syn::parse2::<LabelAttr>(attr.meta.to_token_stream())?; let LabelAttr { label } =
syn::parse2::<LabelAttr>(attr.meta.to_token_stream())?;
labels.push(Label { labels.push(Label {
label, label,
span, span,