diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-03-30 10:16:15 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-03-30 10:16:15 +0200 |
| commit | f81e8a403d6317803a23ba0d43c862e0cfea52ef (patch) | |
| tree | 6d82abf1c44be6ac16b150b027e492e1189ac6da /mumlib | |
| parent | 7fa6078759b095a0ffb5ede05a933249833c9e6f (diff) | |
| download | mum-f81e8a403d6317803a23ba0d43c862e0cfea52ef.tar.gz | |
mumlib: re-export error
Diffstat (limited to 'mumlib')
| -rw-r--r-- | mumlib/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mumlib/src/lib.rs b/mumlib/src/lib.rs index bccf073..36edc10 100644 --- a/mumlib/src/lib.rs +++ b/mumlib/src/lib.rs @@ -3,6 +3,8 @@ pub mod config; pub mod error; pub mod state; +pub use error::Error; + use colored::*; use log::*; |
