Rocket/examples/config/src
Sergio Benitez 65da988962 Return a `LaunchError` from `launch` when launching fails.
This is a (minor) breaking change. If `rocket.launch()` is the last expression
in a function, the return type will change from `()` to `LaunchError`. A simple
workaround that preserves the previous functionality is to simply add a
semicolon after `launch()`: `rocket.launch();`.

resolves #34
2017-03-15 22:10:09 -07:00
..
lib.rs Add lints to catch unmanaged state and unmounted routes. 2017-01-29 01:13:52 -08:00
main.rs Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00