mirror of
https://git.intege.rs/xlib/anything
synced 2025-12-05 20:35:02 +00:00
fix release
This commit is contained in:
@@ -8,3 +8,6 @@ pub(crate) mod nothing;
|
||||
|
||||
pub use anything::*;
|
||||
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