We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4317263 commit 8568204Copy full SHA for 8568204
src/libstd/thread/mod.rs
@@ -1275,7 +1275,7 @@ impl fmt::Debug for Thread {
1275
/// is the value the thread panicked with;
1276
/// that is, the argument the `panic!` macro was called with.
1277
/// Unlike with normal errors, this value doesn't implement
1278
-/// the [`Error`](std::error::Error) trait.
+/// the [`Error`](crate::error::Error) trait.
1279
///
1280
/// Thus, a sensible way to handle a thread panic is to either:
1281
/// 1. `unwrap` the `Result<T>`, propagating the panic
0 commit comments