summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/teleia/src/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/teleia/src/utils.rs b/crates/teleia/src/utils.rs
index 9a543f3..ddab788 100644
--- a/crates/teleia/src/utils.rs
+++ b/crates/teleia/src/utils.rs
@@ -12,7 +12,7 @@ pub fn erm<E, T>(e: E) -> Erm<T> where E: std::error::Error + std::marker::Send
#[derive(Debug)]
pub struct Error {
- msg: String
+ pub msg: String
}
impl std::fmt::Display for Error {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {