Skip to content

Commit 2f0c198

Browse files
committed
Expose typestate variables
1 parent a72e838 commit 2f0c198

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
* Expose typestate variables (#956)
4+
35
# 3.0.1
46

57
* Fix excessive stack sizes (#950)

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)