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