Skip to content

Commit dd6b9c1

Browse files
committed
Fix wrong link in private docs
1 parent 59ac6fe commit dd6b9c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
pub unsafe trait ThrowByPointer {
5656
/// An exception header.
5757
///
58-
/// Allocated exceptions, as stored in the [`Exception`](super::exceptions::Exception) type,
59-
/// will contain this header. This allows exception pointers to be used with ABIs that require
60-
/// exceptions to contain custom information, like Itanium EH ABI.
58+
/// Allocated exceptions, as stored in the [`Exception`](super::stacked_exceptions::Exception)
59+
/// type, will contain this header. This allows exception pointers to be used with ABIs that
60+
/// require exceptions to contain custom information, like Itanium EH ABI.
6161
type ExceptionHeader;
6262

6363
/// Create a new exception header.

0 commit comments

Comments
 (0)