From 2fb9f93cbf02c4d41a5538e98c8bea72f40c5430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 4 Aug 2021 20:28:19 -0700 Subject: [PATCH] fix(api): stop re-exporting random things wtf??? --- src/error.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/error.rs b/src/error.rs index bbc9205..474ac5e 100644 --- a/src/error.rs +++ b/src/error.rs @@ -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.