diff options
| author | Botahamec <botahamec@outlook.com> | 2023-08-09 09:48:32 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2023-08-09 09:48:32 -0400 |
| commit | a799c00192ac6ecc9a384bc0fce46b10b38def60 (patch) | |
| tree | 16e6a8e872c027ff683cf3ab0374d23c8f04da6b /src/exun.rs | |
| parent | c792064c9a44ae414fb3f1a5014baa8256da65a3 (diff) | |
Remove unnecessary basic usage from docs
Diffstat (limited to 'src/exun.rs')
| -rw-r--r-- | src/exun.rs | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/exun.rs b/src/exun.rs index f6bf24e..87e8610 100644 --- a/src/exun.rs +++ b/src/exun.rs @@ -77,7 +77,7 @@ impl<E, U> Exun<E, U> { /// the unexpected value, if any. /// /// # Examples - /// Basic usage: + /// /// ``` /// use exun::*; /// @@ -102,8 +102,6 @@ impl<E, U> Exun<E, U> { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -125,8 +123,6 @@ impl<E, U> Exun<E, U> { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -160,8 +156,6 @@ impl<E, U> Exun<E, U> { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -187,8 +181,6 @@ impl<E, U> Exun<E, U> { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -271,8 +263,6 @@ impl<E, U> Exun<E, U> { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -305,8 +295,6 @@ impl<E, U> Exun<E, U> { /// /// # Examples /// - /// Basic usage: - /// /// ```should_panic /// use exun::*; /// |
