chore(error): remove undocumented public error module (#2344)

This commit is contained in:
Sean McArthur
2020-11-25 12:52:07 -08:00
committed by GitHub
parent d916ca2096
commit 1becc98af7
+1 -2
View File
@@ -74,8 +74,7 @@ mod cfg;
#[macro_use]
mod common;
pub mod body;
#[doc(hidden)] // Mistakenly public...
pub mod error;
mod error;
#[cfg(test)]
mod mock;
#[cfg(any(feature = "http1", feature = "http2",))]