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

Properly mark feature-gated functionality in docs #662

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Properly mark feature-gated functionality in docs #662

merged 1 commit into from
Jul 29, 2024

Conversation

jwodder
Copy link
Contributor

@jwodder jwodder commented Jul 8, 2024

This PR follows these instructions to ensure that feature-gated functionality in octocrab is correctly marked as such in the rendered documentation. This includes adding some missing #[cfg_attr(docsrs, doc(cfg(feature = "...")))] lines and also ensuring that all features are enabled when building the docs (as, currently, Page::into_stream() isn't listed on docs.rs at all!).

@XAMPPRocky
Copy link
Owner

Thank you for your PR, and congrats on your first contribution! 🎉

@XAMPPRocky XAMPPRocky merged commit 60a89c6 into XAMPPRocky:main Jul 29, 2024
11 checks passed
This was referenced Jul 26, 2024
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