refactor: replace VecLogError with standard Deserialize impl
This commit is contained in:
parent
963ff14dc1
commit
a45eba4705
11 changed files with 75 additions and 124 deletions
|
|
@ -6,7 +6,7 @@ mod vec_log_err;
|
|||
|
||||
pub use date::DateYmd;
|
||||
pub use range::Range;
|
||||
pub use vec_log_err::{VecLogError, VecSkipErrorWrap};
|
||||
pub use vec_log_err::VecSkipErrorWrap;
|
||||
|
||||
use std::fmt::Debug;
|
||||
|
||||
|
|
|
|||
Reference in a new issue