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