diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-23 12:57:03 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-23 12:57:03 -0400 |
| commit | 6fae1af77dbfc80b986427ad5a06d96565702c38 (patch) | |
| tree | 9c22b59255cd701c3f9f853afb06403e1ad9595b /src/lib.rs | |
| parent | f52dc60a3c83d43be2b9df0e4a6e4fa0d704a7b3 (diff) | |
Rename UnexpectedError
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
