Skip to content
Snippets Groups Projects
Commit b00f4fec authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

add missing comma

parent d30bdcb0
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ fn init(app: &App, main: &mut Vec<Tokens>, root: &mut Vec<Tokens>) {
rexprs.push(quote!(#name: {
static mut #name: #ty = #expr;
&mut #name
}));
},));
} else {
let _name = Ident::new(format!("_{}", name.as_ref()));
lifetime = Some(quote!('a));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment