diff --git a/src/utils/anyhow_result.rs b/src/utils/anyhow_result.rs index dbdfc6b4..bd16333a 100644 --- a/src/utils/anyhow_result.rs +++ b/src/utils/anyhow_result.rs @@ -1,2 +1 @@ pub use anyhow::Result as AnyResult; -pub use anyhow::Error as AnyError;