refactor: remove thiserror for now

This commit is contained in:
ThetaDev 2022-09-19 13:24:12 +02:00
parent 94c9a264a4
commit df6543d62e
5 changed files with 14 additions and 65 deletions

View file

@ -12,7 +12,6 @@ mod util;
pub mod cache;
pub mod client;
pub mod download;
pub mod error;
pub mod model;
pub mod report;
pub mod timeago;