mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-04-23 14:38:54 +00:00
mhk3
This commit is contained in:
@@ -25,7 +25,7 @@ impl Display for Error {
|
||||
Error::InvalidData { info, context } => write!(
|
||||
f,
|
||||
"Invalid data: {}; {}",
|
||||
info.unwrap_or("[no info]".to_string()),
|
||||
info.clone().unwrap_or("[no info]".to_string()),
|
||||
context
|
||||
),
|
||||
Error::Custom(error) => write!(f, "{}", error),
|
||||
|
||||
Reference in New Issue
Block a user