Rocket/core
Matthew Pomes d4466b73af Fix codegen so rustc emits unused route warnings.
Changes codegen to use an instance method on the route proxy struct
rather than implementing a trait on the proxy struct. This helps rustc
identify unused routes.

Resolves #1598.
2021-04-27 16:11:42 -07:00
..
codegen Fix codegen so rustc emits unused route warnings. 2021-04-27 16:11:42 -07:00
http Introduce statically-enforced 'Rocket' phasing. 2021-04-13 19:26:45 -07:00
lib Log guard failures, potential misuses. 2021-04-23 19:19:39 -07:00