doc(lib): hide error module documentation
This commit is contained in:
@@ -59,6 +59,7 @@ pub use crate::server::Server;
|
|||||||
mod common;
|
mod common;
|
||||||
pub mod body;
|
pub mod body;
|
||||||
pub mod client;
|
pub mod client;
|
||||||
|
#[doc(hidden)] // Mistakenly public...
|
||||||
pub mod error;
|
pub mod error;
|
||||||
mod headers;
|
mod headers;
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|||||||
Reference in New Issue
Block a user