File tree Expand file tree Collapse file tree
lambda-appsync-proc/src/appsync_lambda_main Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -504,12 +504,12 @@ impl AppsyncLambdaMain {
504504 let log_init = TokenStream2 :: new ( ) ;
505505
506506 #[ allow( unused_mut) ]
507- let mut bing_in_scope = TokenStream2 :: new ( ) ;
508- bing_in_scope . extend ( quote ! {
507+ let mut bring_in_scope = TokenStream2 :: new ( ) ;
508+ bring_in_scope . extend ( quote ! {
509509 use :: lambda_appsync:: tokio;
510510 } ) ;
511511 #[ cfg( feature = "tracing" ) ]
512- bing_in_scope . extend ( quote ! {
512+ bring_in_scope . extend ( quote ! {
513513 use :: lambda_appsync:: tracing;
514514 } ) ;
515515
@@ -519,7 +519,7 @@ impl AppsyncLambdaMain {
519519
520520 #( #aws_client_getters) *
521521
522- #bing_in_scope
522+ #bring_in_scope
523523
524524 #[ tokio:: main]
525525 async fn main( ) -> :: core:: result:: Result <( ) , :: lambda_appsync:: lambda_runtime:: Error > {
You can’t perform that action at this time.
0 commit comments