mirror of https://github.com/zkat/miette.git
fix(api): stop re-exporting random things wtf???
This commit is contained in:
parent
6b51694733
commit
2fb9f93cbf
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue