Remove fehler link

The Anyhow implementation has changed a lot and is now quite different
from der Fehler.
This commit is contained in:
David Tolnay 2019-10-28 07:57:21 -07:00
parent 8fcd8d015a
commit f721eec438
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 0 additions and 20 deletions

View File

@ -120,15 +120,6 @@ the necessary improvements for this to be possible as part of [RFC 2504].
<br>
## Acknowledgements
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.
<br>
#### License
<sup>

View File

@ -158,17 +158,6 @@
//! # Ok(())
//! # }
//! ```
//!
//! <br>
//!
//! # Acknowledgements
//!
//! The implementation of the `anyhow::Error` type is originally forked from
//! `fehler::Exception` ([https://github.com/withoutboats/fehler][fehler]). This
//! 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
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.17")]
#![cfg_attr(backtrace, feature(backtrace))]