We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6e95b commit bfef913Copy full SHA for bfef913
1 file changed
examples/axum-example/src/routes/form.rs
@@ -21,6 +21,7 @@ pub struct SubscribeResponse {
21
pub is_subscribed: bool,
22
}
23
24
+#[allow(dead_code)]
25
#[derive(Deserialize, Schema)]
26
pub struct ContactFormRequest {
27
pub name: String,
0 commit comments