You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the forms example shows the following warning:
warning: `#[derive]` for custom traits is deprecated and will be removed in v1.15. Prefer using procedural macro custom derive
--> src\main.rs:12:10
|
12 | #[derive(FromForm)]
| ^^^^^^^^
The text was updated successfully, but these errors were encountered:
Running the forms example shows the following warning:
The text was updated successfully, but these errors were encountered: