fix release
This commit is contained in:
@@ -7,4 +7,7 @@ pub(crate) mod anything;
|
||||
pub(crate) mod nothing;
|
||||
|
||||
pub use anything::*;
|
||||
pub use nothing::*;
|
||||
pub use nothing::*;
|
||||
|
||||
pub type Result<T> = core::result::Result<T, Anything>;
|
||||
pub type Exception<T> = core::result::Result<T, Anything>;
|
||||
Reference in New Issue
Block a user