forked from libre-chip/fayalite
reformat messy code that rustfmt doesn't format
This commit is contained in:
parent
929e9f8b16
commit
8bd7fcfa27
14 changed files with 647 additions and 196 deletions
|
@ -504,7 +504,10 @@ macro_rules! options {
|
|||
separator.to_tokens(tokens);
|
||||
separator = Some(Default::default());
|
||||
v.0.to_tokens(tokens);
|
||||
$(v.1.surround(tokens, |tokens| <$value as quote::ToTokens>::to_tokens(&v.2, tokens));)?
|
||||
$(v.1.surround(
|
||||
tokens,
|
||||
|tokens| <$value as quote::ToTokens>::to_tokens(&v.2, tokens),
|
||||
);)?
|
||||
})*
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue