leptos/server_fn_macro
Mark Catley 533fccd1d3
fix: nightly warning in server macro for lifetime (#1580)
On the latest lifetime we're getting the following warning in the server
macro:
 warning: `&` without an explicit lifetime name cannot be used here
   --> src/login.rs:19:1
    |
 19 | #[server(Login, "/api")]
    | ^
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>
    = note: this warning originates in the attribute macro `server` (in Nightly builds, run with -Z macro-backtrace for more info)
2023-08-24 06:30:13 -04:00
..
src fix: nightly warning in server macro for lifetime (#1580) 2023-08-24 06:30:13 -04:00
Cargo.toml feat: allow feature-name flexibility when using server functions (#1427) 2023-07-25 06:07:52 -04:00
Makefile.toml build: run tasks from workpace or member directory (#1339) 2023-07-13 16:46:51 -04:00