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/unexpected.rs | |
| parent | c792064c9a44ae414fb3f1a5014baa8256da65a3 (diff) | |
Remove unnecessary basic usage from docs
Diffstat (limited to 'src/unexpected.rs')
| -rw-r--r-- | src/unexpected.rs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/unexpected.rs b/src/unexpected.rs index cc07728..178d01e 100644 --- a/src/unexpected.rs +++ b/src/unexpected.rs @@ -54,8 +54,6 @@ impl RawUnexpected { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -76,8 +74,6 @@ impl RawUnexpected { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -97,8 +93,6 @@ impl RawUnexpected { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -118,8 +112,6 @@ impl RawUnexpected { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -156,8 +148,6 @@ impl UnexpectedError { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -176,8 +166,6 @@ impl UnexpectedError { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// @@ -195,8 +183,6 @@ impl UnexpectedError { /// /// # Examples /// - /// Basic usage: - /// /// ``` /// use exun::*; /// |
