This commit is contained in:
nora 2022-10-02 13:12:09 +02:00
parent 61814d9a6d
commit 822a85e4ce
No known key found for this signature in database
8 changed files with 74 additions and 42 deletions

View file

@ -75,8 +75,7 @@ impl ToTokens for Scoped<'_, Format<'_>> {
let idents = pos_idents.chain(named_idents);
tokens.extend(quote! {
#[allow(unused_parens)]
match (#(&#args),*) {
match { #[allow(unused_parens)] (#(&#args),*) } {
(#(#idents),*) => (
#(#parts),*
)