Rocket/lib
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
..
src Return a LaunchError from launch when launching fails. 2017-03-15 22:10:09 -07:00
tests Ensure routes with and without query params don't collide. 2017-02-05 01:43:53 -08:00
build.rs Use ansi_term::Color, not Colour. 2017-03-08 15:08:13 -08:00
Cargo.toml Use ansi_term::Color, not Colour. 2017-03-08 15:08:13 -08:00