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 db32e1050c
commit a470446deb

View File

@@ -74,8 +74,7 @@ mod cfg;
#[macro_use] #[macro_use]
mod common; mod common;
pub mod body; pub mod body;
#[doc(hidden)] // Mistakenly public... mod error;
pub mod error;
#[cfg(test)] #[cfg(test)]
mod mock; mod mock;
#[cfg(any(feature = "http1", feature = "http2",))] #[cfg(any(feature = "http1", feature = "http2",))]