summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-23 12:57:03 -0400
committerBotahamec <botahamec@outlook.com>2022-10-23 12:57:03 -0400
commit6fae1af77dbfc80b986427ad5a06d96565702c38 (patch)
tree9c22b59255cd701c3f9f853afb06403e1ad9595b /src/lib.rs
parentf52dc60a3c83d43be2b9df0e4a6e4fa0d704a7b3 (diff)
Rename UnexpectedError
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 70555a0..d078051 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,4 +18,4 @@ pub use result::ResultErrorExt;
#[cfg(feature = "alloc")]
pub use result::ResultMsgExt;
#[cfg(feature = "alloc")]
-pub use unexpected::UnexpectedError;
+pub use unexpected::RawUnexpected;