1
0
mirror of synced 2025-11-10 13:27:11 +00:00

add msg to unimplemented error

This commit is contained in:
Tom Gowan
2019-05-02 20:00:25 +10:00
parent f753563525
commit ac7992e139
2 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ pub enum Error {
#[derive(Debug)]
pub enum ConvertError {
Unimplemented,
Unimplemented(String),
}
#[derive(Debug)]