Fix dead code warnings (#373)

This commit is contained in:
David Pedersen
2021-10-07 16:49:57 +02:00
committed by GitHub
parent 5dc5a7cb6e
commit ac291baaec
4 changed files with 3 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ async fn show_form() -> Html<&'static str> {
}
#[derive(Deserialize, Debug)]
#[allow(dead_code)]
struct Input {
name: String,
email: String,