mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 13:31:29 +00:00
Rephrase relationship to fehler after lots of changes
This commit is contained in:
parent
db6d32f9a6
commit
c81b949080
@ -120,8 +120,8 @@ the necessary improvements for this to be possible as part of [RFC 2504].
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
The implementation of the `anyhow::Error` type is forked from
|
||||
`fehler::Exception` (https://github.com/withoutboats/fehler). This library just
|
||||
The implementation of the `anyhow::Error` type is originally forked from
|
||||
`fehler::Exception` (https://github.com/withoutboats/fehler). This library
|
||||
exposes it under the more standard `Error` / `Result` terminology rather than
|
||||
the `throw!` / `#[throws]` / `Exception` language of exceptions.
|
||||
|
||||
|
@ -163,11 +163,10 @@
|
||||
//!
|
||||
//! # Acknowledgements
|
||||
//!
|
||||
//! The implementation of the `anyhow::Error` type is forked from
|
||||
//! The implementation of the `anyhow::Error` type is originally forked from
|
||||
//! `fehler::Exception` ([https://github.com/withoutboats/fehler][fehler]). This
|
||||
//! library just exposes it under the more standard `Error` / `Result`
|
||||
//! terminology rather than the `throw!` / `#[throws]` / `Exception` language of
|
||||
//! exceptions.
|
||||
//! library exposes it under the more standard `Error` / `Result` terminology
|
||||
//! rather than the `throw!` / `#[throws]` / `Exception` language of exceptions.
|
||||
//!
|
||||
//! [fehler]: https://github.com/withoutboats/fehler
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user