Skip to content

Commit ce69862

Browse files
committed
One last fix for syn
1 parent 01b0ebf commit ce69862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gen/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ impl<'ast> ToTokens for FromGlib<'ast> {
228228
if needs_conversion {
229229
tokens.append(TokenTree {
230230
span: Span::call_site(),
231-
kind: TokenNode::Group(Delimiter::Parenthesis, self.1.into_tokens().into()),
231+
kind: TokenNode::Group(Delimiter::Parenthesis, self.1.clone().into_tokens().into()),
232232
});
233233
} else {
234234
self.1.to_tokens(tokens);

0 commit comments

Comments
 (0)