fix: lifetime notation (#798)

This commit is contained in:
Valerio Ageno
2025-07-19 17:49:49 +02:00
committed by GitHub
parent 5990cf3d27
commit a1f5811eda
12 changed files with 49 additions and 54 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ pub fn api_core(attrs: TokenStream, item: TokenStream) -> TokenStream {
.to_lowercase();
let api_fn_name = Ident::new(
&format!("{}_tuono_internal_api", http_method),
&format!("{http_method}_tuono_internal_api"),
Span::call_site().into(),
);