remove unused var

This commit is contained in:
Greg Johnston 2024-01-06 18:12:11 -05:00
parent 5e6f4403ca
commit f53ac1a4ae
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ pub fn server_macro_impl(
let fn_name = &body.ident;
let fn_name_as_str = body.ident.to_string();
let vis = body.vis;
let block = body.block;
let attrs = body.attrs;
let fields = body