Remove ErrorString

This commit is contained in:
Jaby
2022-11-27 22:21:06 +01:00
parent 9d1c006b05
commit 1e1c514ca4
2 changed files with 1 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
pub use tool_helper::{Error, ErrorString};
pub use tool_helper::Error;
pub mod config_reader;
pub mod encoder;