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

docs: Add feature flag info, test in CI #186

Merged
merged 3 commits into from
Nov 16, 2024

Conversation

waywardmonkeys
Copy link
Collaborator

No description provided.

When docs.rs builds docs, it builds with nightly Rust and the
cfg `docsrs` set. We can trigger on `cfg(docsrs)` to enable
an unstable nightly feature to show which features are
required to enable something in the generated docs.
@waywardmonkeys
Copy link
Collaborator Author

https://github.com/mkeeter/fidget/actions/runs/11868478030/job/33077698299?pr=186 is a demonstration of this failing (and then I fixed it in a subsequent commit within this PR).

@mkeeter mkeeter merged commit 606fc25 into mkeeter:main Nov 16, 2024
13 checks passed
@waywardmonkeys waywardmonkeys deleted the ci-check-docs branch November 16, 2024 14:10
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