We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b47c69 commit 22dc6feCopy full SHA for 22dc6fe
src/lib.rs
@@ -59,6 +59,7 @@ pub use crate::server::Server;
59
mod common;
60
pub mod body;
61
pub mod client;
62
+#[doc(hidden)] // Mistakenly public...
63
pub mod error;
64
mod headers;
65
#[cfg(test)]
0 commit comments