diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-03 23:00:19 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-03 23:00:19 -0500 |
| commit | 22fbeca88a781aca7bcc965ac8189244497671d6 (patch) | |
| tree | a4c6e0b26012f151b68539a83a09fba9b6529636 /src/lib.rs | |
| parent | 901fe3013ea86242f403d6dc867dd45f12700b7a (diff) | |
Add some helpers for error handling
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ pub mod audio; pub mod net; pub mod save; -pub use utils::Erm; +pub use utils::{erm, Erm}; pub use anyhow::Context as ErmContext; #[cfg(target_arch = "wasm32")] |
