Skip to content

Commit 22dc6fe

Browse files
committed
doc(lib): hide error module documentation
1 parent 6b47c69 commit 22dc6fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ pub use crate::server::Server;
5959
mod common;
6060
pub mod body;
6161
pub mod client;
62+
#[doc(hidden)] // Mistakenly public...
6263
pub mod error;
6364
mod headers;
6465
#[cfg(test)]

0 commit comments

Comments
 (0)