From 94c692e8690b8dff24de438e008ded5c66641d29 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Tue, 8 Aug 2023 20:13:42 -0400 Subject: Fix doc link --- src/unexpected.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/unexpected.rs b/src/unexpected.rs index 6538b96..a79721b 100644 --- a/src/unexpected.rs +++ b/src/unexpected.rs @@ -93,7 +93,7 @@ impl RawUnexpected { /// Create a new `RawUnexpected` that is simply empty. /// /// This is used for converting an [`Option`] to a - /// [`Result`]. /// /// # Examples /// @@ -113,7 +113,7 @@ impl RawUnexpected { /// Get the original error. /// - /// This will return `None` if `self` was created using + /// This will return [`None`] if `self` was created using /// [`RawUnexpected::msg`]. /// /// # Examples -- cgit v1.2.3