Skip to content

Document features for docs.rs #2367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 24, 2025
Merged

Document features for docs.rs #2367

merged 1 commit into from
Mar 24, 2025

Conversation

heaths
Copy link
Member

@heaths heaths commented Mar 20, 2025

Resolves #2223

@heaths
Copy link
Member Author

heaths commented Mar 20, 2025

To note, I added the unexpected_cfgs lint despite docsrs not seemingly needing it, but according to https://doc.rust-lang.org/nightly/rustc/check-cfg.html#well-known-names-and-values at the time of this comment, itself referencing 2025-01-02T as the time the list was known, docsrs was not one of them though it didn't warn of an unexpected_cfg lint despite tried, made-up values emitting that lint e.g., docsr (no trailing "s") showed that lint. I wanted to make sure it was explicitly allowed to avoid trouble later.

@github-project-automation github-project-automation bot moved this from Untriaged to In Progress in Azure Identity SDK Improvements Mar 21, 2025
@heaths heaths merged commit bfd3ee0 into Azure:main Mar 24, 2025
30 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Azure Identity SDK Improvements Mar 24, 2025
@heaths heaths deleted the issue2223 branch March 24, 2025 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core The azure_core crate Azure.Identity The azure_identity crate
Projects
Development

Successfully merging this pull request may close these issues.

Add doc_auto_cfg to automatically document required features for modules, types
3 participants