diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-23 15:57:23 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-23 15:57:23 -0400 |
| commit | f27518b60bb697000dcb1f6363066ddbaf505368 (patch) | |
| tree | 116a838ccb20c56eda6eaefb1a63fe60f969620d /src/exun.rs | |
| parent | ed3203298032bb124d309f19dab8926ed5a95bd2 (diff) | |
Added more constructors
Diffstat (limited to 'src/exun.rs')
| -rw-r--r-- | src/exun.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exun.rs b/src/exun.rs index 9e9e1f2..d2ef1eb 100644 --- a/src/exun.rs +++ b/src/exun.rs @@ -4,8 +4,7 @@ use core::fmt::{self, Debug, Display}; use std::error::Error; #[cfg(feature = "alloc")] -use crate::RawUnexpected; -use crate::UnexpectedError; +use crate::{RawUnexpected, UnexpectedError}; pub use Exun::{Expected, Unexpected}; |
