Rocket/examples/forms/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
..
files.rs Remove non-streaming requests. Use streaming requests everywhere. 2016-10-12 00:14:42 -07:00
main.rs Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
tests.rs Silence warnings during testing. 2017-02-02 02:16:21 -08:00