mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-29 22:11:55 +00:00
Remove fehler link
The Anyhow implementation has changed a lot and is now quite different from der Fehler.
This commit is contained in:
parent
8fcd8d015a
commit
f721eec438
@ -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>
|
||||
|
11
src/lib.rs
11
src/lib.rs
@ -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))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user