From 6a31772f406e9265b9afcbd055aadb5299525237 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 21 Feb 2022 12:46:57 -0800 Subject: [PATCH] Add link from Context docs to Display representations Closes #175. --- src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 4837588..ea7217d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -496,6 +496,11 @@ pub type Result = core::result::Result; /// 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 +/// ///
/// /// # Effect on downcasting