diff options
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::*; |
