replace use of doc_auto_cfg, doc_cfg_hide features with doc_cfg#24
Merged
Merged
Conversation
Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
This was referenced Sep 28, 2025
Bump time version from 0.3.6 to 0.3.44 to bump deranged version from 0.4.0 to 0.5.x
rustls/rcgen#382
Closed
Owner
|
While this PR is trivial, I don't have the time to handle this and other crates at the moment. I'm surprised that this is an error and not a warning, though. |
|
It is a bit unfortunate that this is an error. It propagates to the documentation build of a lot of other crates unfortunately (through the time crate in my case) |
Owner
|
Until I have the time to handle this, the simplest solution is to simply not pass |
|
For local builds, this works. But the docs.rs builds will probably fail if any dependency uses the obsolete feature. UPDATE: I do not think this is an issue for docs.rs builds. They simply refer to the already built documentation of released creates/ |
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.
Resolves this error, which started with
nightly-2025-09-28(currentnightly). The error does not reproduce onnightly-2025-09-27.PR linked in error message:
rust-lang/rust#138907
Similar change made to rattatui in last few hours:
ratatui/ratatui#2103