Update Fehler authored by fu5507ix's avatar fu5507ix
```
rocket | error[E0412]: cannot find type `email` in module `person` rocket | error[E0412]: cannot find type `email` in module `person`
rocket | --> src/database/models.rs:35:9 rocket | --> src/database/models.rs:35:9
rocket | | rocket | |
...@@ -32,3 +33,4 @@ rocket | | ...@@ -32,3 +33,4 @@ rocket | |
rocket | 36 | pub password: &'a str, rocket | 36 | pub password: &'a str,
rocket | | ^^^^^^^^ not found in `person` rocket | | ^^^^^^^^ not found in `person`
rocket | rocket |
```