File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ impl Error {
490
490
/// context has been attached. For details about the interaction between
491
491
/// context and downcasting, [see here].
492
492
///
493
- /// [see here]: trait. Context.html #effect-on-downcasting
493
+ /// [see here]: crate:: Context#effect-on-downcasting
494
494
pub fn is < E > ( & self ) -> bool
495
495
where
496
496
E : Display + Debug + Send + Sync + ' static ,
Original file line number Diff line number Diff line change 139
139
//! - If you want only panics to have backtraces, set `RUST_BACKTRACE=1` and
140
140
//! `RUST_LIB_BACKTRACE=0`.
141
141
//!
142
- //! [`std::backtrace`]: https://doc.rust-lang.org/ std/ backtrace/index.html #environment-variables
142
+ //! [`std::backtrace`]: std:: backtrace#environment-variables
143
143
//!
144
144
//! - Anyhow works with any error type that has an impl of `std::error::Error`,
145
145
//! including ones defined in your crate. We do not bundle a `derive(Error)`
You can’t perform that action at this time.
0 commit comments