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
I am using both utoipa derive path and axum_valid::Valid for form. They both cannot work together.
```proc-macro panicked: called Option::unwrap() on a `None` valuerust-analyzermacro-error
custom attribute panicked
message: called `Option::unwrap()` on a `None` valuerustcClick for full compiler diagnostic
utoipa_gen
proc_macro path
I would appreciate any support on it.
The text was updated successfully, but these errors were encountered:
Hi there,
I am using both utoipa derive path and axum_valid::Valid for form. They both cannot work together.
```proc-macro panicked: called
Option::unwrap()
on a `None` valuerust-analyzermacro-errorcustom attribute panicked
message: called `Option::unwrap()` on a `None` valuerustcClick for full compiler diagnostic
utoipa_gen
proc_macro path
The text was updated successfully, but these errors were encountered: