Skip to content

Commit

Permalink
fix(api): stop re-exporting random things wtf???
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Aug 5, 2021
1 parent 6b51694 commit 2fb9f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/error.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 2fb9f93

Please sign in to comment.