Skip to content

Guard std-dependent docs for no_std doc tests#160

Merged
RAprogramm merged 1 commit intomainfrom
eye-of-ra/update-examples-for-std-feature-flag
Sep 30, 2025
Merged

Guard std-dependent docs for no_std doc tests#160
RAprogramm merged 1 commit intomainfrom
eye-of-ra/update-examples-for-std-feature-flag

Conversation

@RAprogramm
Copy link
Owner

Summary

  • gate documentation examples that require the standard library so doctests pass without default features
  • switch the response retry example to core::time::Duration to avoid a std dependency
  • bump the crate to version 0.24.12, update the changelog, and refresh README guidance

Testing

  • cargo +nightly fmt --
  • cargo clippy -- -D warnings
  • cargo build --all-targets
  • cargo test --all
  • cargo doc --no-deps
  • cargo audit
  • cargo deny check
  • cargo test --doc --no-default-features
  • cargo build
  • cargo test readme_is_in_sync

https://chatgpt.com/codex/tasks/task_e_68db89175e6c832b8576e60b256e8b3f

@RAprogramm RAprogramm merged commit c6de4d7 into main Sep 30, 2025
4 checks passed
@RAprogramm RAprogramm deleted the eye-of-ra/update-examples-for-std-feature-flag branch September 30, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant