summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-23 16:42:44 -0400
committerBotahamec <botahamec@outlook.com>2022-10-23 16:42:44 -0400
commitfee373821f0e38da00c405f55d68242c64689629 (patch)
tree2e2037287971097df75e80fcbc7a026df40a5c34 /src/lib.rs
parent917b4c45fd76319a48c25b00187040f3d189bb35 (diff)
Better docs
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e499ea2..d26ea6e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -155,5 +155,6 @@ pub use result::ResultMsgExt;
pub use unexpected::{RawUnexpected, UnexpectedError};
pub use Exun::{Expected, Unexpected};
+/// A type alias for [`Exun<E, RawUnexpected`]
#[cfg(feature = "alloc")]
pub type Expect<E> = Exun<E, RawUnexpected>;