fix(api): stop re-exporting random things wtf???

This commit is contained in:
Kat Marchán 2021-08-04 20:28:19 -07:00
parent 6b51694733
commit 2fb9f93cbf
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pub use std::io;
use std::io;
pub use thiserror::Error;
use thiserror::Error;
/**
Error enum for miette. Used by certain operations in the protocol.