mirror of
https://github.com/RGBCube/embd-rs
synced 2025-07-26 21:17:44 +00:00
Remove repetetive quotes
This commit is contained in:
parent
161beeaf57
commit
d3be214f10
1 changed files with 2 additions and 2 deletions
|
@ -21,9 +21,9 @@ impl ToTokens for TokenVec {
|
|||
fn to_tokens(&self, tokens: &mut TokenStream) {
|
||||
let inner = &self.0;
|
||||
|
||||
tokens.extend(quote! {{
|
||||
tokens.extend(quote! {
|
||||
::std::borrow::Cow::Borrowed(&[#(#inner),*])
|
||||
}});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue