chore(error): remove undocumented public error module (#2344)
This commit is contained in:
@@ -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",))]
|
||||||
|
|||||||
Reference in New Issue
Block a user