Skip to content

Commit

Permalink
fix: remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd committed Mar 10, 2023
1 parent 5bc366c commit 48b5851
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codegen/src/shuttle_main/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ impl ToTokens for Loader {
))
};

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

0 comments on commit 48b5851

Please sign in to comment.