summaryrefslogtreecommitdiff
path: root/src/result.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/result.rs')
-rw-r--r--src/result.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/result.rs b/src/result.rs
index b67370c..d876a0c 100644
--- a/src/result.rs
+++ b/src/result.rs
@@ -22,8 +22,6 @@ pub trait ResultErrorExt<T>: Sealed {
///
/// # Examples
///
- /// Basic usage:
- ///
/// ```
/// use exun::*;
/// use core::fmt::Error;
@@ -91,8 +89,6 @@ pub trait ResultMsgExt<T>: Sealed {
///
/// # Examples
///
- /// Basic usage:
- ///
/// ```
/// use exun::*;
///