diff options
| author | Botahamec <botahamec@outlook.com> | 2022-10-23 12:40:26 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-10-23 12:40:26 -0400 |
| commit | 7bc23b4865b39b9af900d7e2643ef1315793ba18 (patch) | |
| tree | b6b44af1811f1c71c0650e36f25b0e213bb3dcc9 /src/lib.rs | |
| parent | 4147aa5450383d1dba9bc3739d56408fed8b0b58 (diff) | |
Added the result extensions
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ extern crate alloc; mod exun; #[cfg(feature = "alloc")] +mod result; +#[cfg(feature = "alloc")] mod unexpected; pub use exun::*; |
