Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #181 from sangheestyle/fix_example_readme
docs: Correct sample code in README Previously, the README example used `failure::Error`. While `failure` is a useful library in many scenarios, `app.serve()` returns `std::io::Result`. Removing `failure` allows the example to compile without additional changes, which could trip up new framework users.
- Loading branch information