mirror of https://github.com/zkat/miette.git
apply rustfmt
This commit is contained in:
parent
2b69a0c874
commit
011ebe7c0e
|
|
@ -100,7 +100,8 @@ impl Labels {
|
|||
})
|
||||
};
|
||||
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 {
|
||||
label,
|
||||
span,
|
||||
|
|
|
|||
Loading…
Reference in New Issue