Skip to content

Commit 48b5851

Browse files
committed
fix: remove old comment
1 parent 5bc366c commit 48b5851

File tree

1 file changed

+0
-1
lines changed
  • codegen/src/shuttle_main

1 file changed

+0
-1
lines changed

codegen/src/shuttle_main/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ impl ToTokens for Loader {
244244
))
245245
};
246246

247-
// let import_lib: TypePath = parse_quote!( shuttle_<#fn_ident>);
248247
let loader = quote! {
249248
async fn loader<S: #import_path::shuttle_runtime::StorageManager>(
250249
mut #factory_ident: #import_path::shuttle_runtime::ProvisionerFactory<S>,

0 commit comments

Comments
 (0)