Update README.md

This commit is contained in:
Jane Lusby 2020-02-28 09:43:14 -08:00
parent 403f525435
commit dc23e937ee

View File

@ -1,4 +1,4 @@
Eyre ¯\\\_(ツ)\_/¯
Jane-Eyre
=========================
[![Build Status][actions-badge]][actions-url]
@ -55,10 +55,9 @@ via your return type or a type annotation.
// Will work fine
let val: ErrReport = get_optional_val.ok_or_else(|| eyre!("failed to get value)).unwrap();
```
[ErrReport]: https://docs.rs/eyre/1.0/eyre/struct.ErrReport.html
[actions-badge]: https://github.com/yaahc/eyre/workflows/ci/badge.svg
[actions-url]:https://github.com/yaahc/eyre/actions?query=workflow%3Aci
[actions-badge]: https://github.com/yaahc/eyre/workflows/Continuous%20integration/badge.svg
[actions-url]:https://github.com/yaahc/eyre/actions?query=workflow%3A"Continuous+Integration"
## Customization