Fix the Error linking.
This commit is contained in:
parent
f1bc4ef170
commit
4317263a31
@ -1275,7 +1275,7 @@ impl fmt::Debug for Thread {
|
||||
/// is the value the thread panicked with;
|
||||
/// that is, the argument the `panic!` macro was called with.
|
||||
/// Unlike with normal errors, this value doesn't implement
|
||||
/// the [`Error`] trait.
|
||||
/// the [`Error`](std::error::Error) trait.
|
||||
///
|
||||
/// Thus, a sensible way to handle a thread panic is to either:
|
||||
/// 1. `unwrap` the `Result<T>`, propagating the panic
|
||||
|
Loading…
x
Reference in New Issue
Block a user