Skip to content

Commit 21e55ca

Browse files
committed
cleanup
1 parent 49fc043 commit 21e55ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtic-macros/src/codegen/module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ pub fn codegen(ctxt: Context, app: &App, analysis: &Analysis) -> TokenStream2 {
237237
fn #ident #generics(&self #(,#inputs)*) {
238238
// SAFETY: This is safe to call since this can only be called
239239
// from the same executor
240-
unsafe { #internal_spawn_ident(#(#input_vals,)*) } // <-- TODO strip the types
240+
unsafe { #internal_spawn_ident(#(#input_vals,)*) }
241241
}
242242
}
243243
})

0 commit comments

Comments
 (0)