mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
remove unused var
This commit is contained in:
parent
5e6f4403ca
commit
f53ac1a4ae
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue