Skip to content

Conversation

@ilaborie
Copy link
Owner

Summary

  • Fix docs.rs build failure by replacing the removed doc_auto_cfg feature with doc_cfg
  • The doc_auto_cfg feature was removed in Rust 1.92.0 and merged into doc_cfg (see rust-lang/rust#138907)

Test plan

  • cargo check -p clawspec-core passes
  • mise run check passes (format, lint, 356 tests)
  • RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc -p clawspec-core --all-features generates docs successfully

🤖 Generated with Claude Code

The `doc_auto_cfg` feature was removed in Rust 1.92.0 and merged into
`doc_cfg` (see rust-lang/rust#138907). This fixes the docs.rs build
failure for clawspec-core.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@ilaborie ilaborie merged commit 73472b8 into main Dec 20, 2025
7 checks passed
@ilaborie ilaborie deleted the fix/doc branch December 20, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants