Skip to content

Commit

Permalink
Expose typestate variables
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jan 27, 2025
1 parent a72e838 commit 2f0c198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

* Expose typestate variables (#956)

# 3.0.1

* Fix excessive stack sizes (#950)
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ pub use error::Error;
pub use send_body::SendBody;
pub use timings::Timeout;

#[doc(hidden)]
/// Typestate variables.
pub mod typestate {
pub use super::request::WithBody;
pub use super::request::WithoutBody;
Expand Down

0 comments on commit 2f0c198

Please # to comment.