From b8ec915593c81b7a5d0d497100ee4b9b1510cb55 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 26 Dec 2025 18:52:29 -0500 Subject: Make Error msg field public --- crates/teleia/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: E) -> Erm 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 { -- cgit v1.2.3