From 27de6e8db857b62f28a3d51c26cee26c00588d88 Mon Sep 17 00:00:00 2001 From: Jessie Date: Thu, 1 Feb 2024 16:01:41 -0500 Subject: [PATCH] fix release --- src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a6cdfc8..594ba6c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,4 +7,7 @@ pub(crate) mod anything; pub(crate) mod nothing; pub use anything::*; -pub use nothing::*; \ No newline at end of file +pub use nothing::*; + +pub type Result = core::result::Result; +pub type Exception = core::result::Result; \ No newline at end of file