Skip to content

Commit a470446

Browse files
authored
chore(error): remove undocumented public error module (#2344)
1 parent db32e10 commit a470446

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ mod cfg;
7474
#[macro_use]
7575
mod common;
7676
pub mod body;
77-
#[doc(hidden)] // Mistakenly public...
78-
pub mod error;
77+
mod error;
7978
#[cfg(test)]
8079
mod mock;
8180
#[cfg(any(feature = "http1", feature = "http2",))]

0 commit comments

Comments
 (0)