Skip to content

Commit 690878c

Browse files
committed
Expose typestate variables
1 parent 574769f commit 690878c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ pub use error::Error;
547547
pub use send_body::SendBody;
548548
pub use timings::Timeout;
549549

550-
#[doc(hidden)]
550+
/// Typestate variables.
551551
pub mod typestate {
552552
pub use super::request::WithBody;
553553
pub use super::request::WithoutBody;

0 commit comments

Comments
 (0)