Skip to content
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

fix: docs failing to build #334

Merged
merged 1 commit into from
Oct 22, 2024
Merged

fix: docs failing to build #334

merged 1 commit into from
Oct 22, 2024

Conversation

anakrish
Copy link
Collaborator

@anakrish anakrish commented Oct 22, 2024

Added #![feature(doc_cfg)] as suggested in build log.
fixes #333

Added #![cfg_attr(docsrs, feature(doc_cfg))]

fixes microsoft#333
Signed-off-by: Anand Krishnamoorthi <[email protected]>
src/lib.rs Fixed Show fixed Hide fixed
@anakrish anakrish force-pushed the docsrs branch 2 times, most recently from 7e8dde4 to ae076d9 Compare October 22, 2024 20:20
@anakrish anakrish merged commit 61f82d1 into microsoft:main Oct 22, 2024
17 checks passed
@anakrish anakrish deleted the docsrs branch October 22, 2024 20:37
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.

Rust docs fail to build
1 participant