Plume/src
Jeb Rosen e322d9509a Change '&' to '&mut'.
Key changes:
* `find plume-models -name '*.rs' -exec sed -i -e 's/&PlumeRocket/\&mut PlumeRocket/' '{}' \;`
* Remove `let conn = &*rockets.conn;` lines
* Change `conn` to `&mut *rockets.conn` where `conn` was used
2020-05-25 12:07:37 -07:00
..
api Change '&' to '&mut'. 2020-05-25 12:07:37 -07:00
routes remove redundant use statements 2020-05-25 20:00:57 +02:00
inbox.rs add async/.await until all our errors are the same: that our Connection is not Send-safe. 2020-05-23 23:32:10 +02:00
mail.rs Grammar corrections followup to #510 (#512) 2019-04-02 14:08:07 +01:00
main.rs upgrade validator: it now uses types! in macros!! 2020-05-24 22:03:26 +02:00
template_utils.rs move towards using #[rocket::async_trait] 2020-05-15 22:38:21 +02:00
test_routes.rs Add tests for plume webserver (#513) 2019-04-06 17:41:57 +02:00