diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-23 16:43:00 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-23 16:43:00 -0400 |
| commit | 9740df324d9fd4ed36cbd1159fbb8f31f0f12295 (patch) | |
| tree | d72535e2cc02f3cba2068a0f9237b1509005104d /src | |
| parent | fee373821f0e38da00c405f55d68242c64689629 (diff) | |
Documentation fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,6 +155,6 @@ pub use result::ResultMsgExt; pub use unexpected::{RawUnexpected, UnexpectedError}; pub use Exun::{Expected, Unexpected}; -/// A type alias for [`Exun<E, RawUnexpected`] +/// A type alias for [`Exun<E, RawUnexpected>`] #[cfg(feature = "alloc")] pub type Expect<E> = Exun<E, RawUnexpected>; |
