Skip to content

Commit

Permalink
Add link from Context docs to Display representations
Browse files Browse the repository at this point in the history
Closes #175.
  • Loading branch information
dtolnay committed Feb 21, 2022
1 parent 471d6e9 commit 6a31772
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,11 @@ pub type Result<T, E = Error> = core::result::Result<T, E>;
/// No such file or directory (os error 2)
/// ```
///
/// Refer to the [Display representations] documentation for other forms in
/// which this context chain can be rendered.
///
/// [Display representations]: Error#display-representations
///
/// <br>
///
/// # Effect on downcasting
Expand Down

0 comments on commit 6a31772

Please sign in to comment.