summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-10-23 12:40:26 -0400
committerBotahamec <botahamec@outlook.com>2022-10-23 12:40:26 -0400
commit7bc23b4865b39b9af900d7e2643ef1315793ba18 (patch)
treeb6b44af1811f1c71c0650e36f25b0e213bb3dcc9 /src/lib.rs
parent4147aa5450383d1dba9bc3739d56408fed8b0b58 (diff)
Added the result extensions
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8364300..20d9580 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -8,6 +8,8 @@ extern crate alloc;
mod exun;
#[cfg(feature = "alloc")]
+mod result;
+#[cfg(feature = "alloc")]
mod unexpected;
pub use exun::*;