leptos/server_fn_macro
Mark Catley db9b7db53d
fix: unused warning on cx in server functions (#794)
When running cargo clippy on server functions that use `cx: Scope` it
has an unused variable error.

It appears that the logic for adding an `#[allow(unused)]` notation is
inverted.
2023-04-03 21:07:30 -04:00
..
src fix: unused warning on cx in server functions (#794) 2023-04-03 21:07:30 -04:00
Cargo.toml chore: apply cargo machete systematically (#671) 2023-03-13 10:16:20 -04:00