Merged
Conversation
This was removed in recent nightly and is breaking all the docs builds when we try and publish crates.
apoelstra
approved these changes
Oct 17, 2025
Contributor
|
I've had trouble figuring out a good way to know it works on docs.rs before publishing. |
Member
Author
|
IIUC we can see this worked by looking at the docs for |
apoelstra
added a commit
that referenced
this pull request
Dec 1, 2025
125585f io: Bump version to 0.1.4 (Tobin C. Harding) 765f97b Lift minimum hex dep to 0.2.2 repo wide (Tobin C. Harding) 8ef94c7 fuzz: Add rust lint unexpected_cfgs (Tobin C. Harding) cb7ff21 bitcoin: Remove stale type from rustdocs (Tobin C. Harding) 41cfae2 io: Fix lifetime warnings (Tobin C. Harding) 2e03f82 fuzz: Fuzz with Rust 1.74 (Tobin C. Harding) ca99e4d fuzz: Run the recently patched generate-files script (Tobin C. Harding) 688c35f fuzz: Use same actions versions as on master (Tobin C. Harding) 584d65f io: Remove doc_auto_cfg (Tobin C. Harding) 862012d bitcoin: Change rust cfg lint to allow (Tobin C. Harding) Pull request description: Remove the `doc_auto_cfg` as we did in #5162. Shoosh the Rust compiler (not clippy). Then bump the version number, add a changelog entry, and update the lock files. ACKs for top commit: apoelstra: ACK 125585f; successfully ran local tests; with runDocs turned off Tree-SHA512: 8891debbef4147f3a91b941fb83a8cc9ba3a61527133c765a82f5c067866c87e778758c23a54b762a0c21c946d4727919f3fe9bcdfcdb7a19c488f4f4c2210ea
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This was removed in recent nightly and is breaking all the docs builds when we try and publish crates.
Fix: #5155