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]
mod common;
pub mod body;
#[doc(hidden)] // Mistakenly public...
pub mod error;
mod error;
#[cfg(test)]
mod mock;
#[cfg(any(feature = "http1", feature = "http2",))]