doc(lib): hide error module documentation

This commit is contained in:
Sean McArthur
2020-02-21 11:49:38 -08:00
parent 6b47c69f4a
commit 22dc6fe4c6

View File

@@ -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)]