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

Add "experimental" features to docs.rs #2605

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Add "experimental" features to docs.rs #2605

merged 2 commits into from
Aug 14, 2023

Conversation

CGMossa
Copy link
Contributor

@CGMossa CGMossa commented Aug 14, 2023

docs.rs/bindgen doesn't contain the documentation for things under the "experimental" feature. This means that no-one can see the emit_diagnostics replacement for emit_warnings().

This fixes that. I'm not sure if you need to add more features, but feel free to do so.

docs.rs/bindgen doesn't contain the documentation for things under the `"experimental"` feature. This means that no-one can see the `emit_diagnostics` replacement for `emit_warnings`.
@CGMossa
Copy link
Contributor Author

CGMossa commented Aug 14, 2023

Link: https://docs.rs/about/metadata

Maybe we just need `all-features = true`?
@pvdrz pvdrz merged commit 9f57c67 into rust-lang:main Aug 14, 2023
27 checks passed
@CGMossa CGMossa deleted the main-1 branch August 14, 2023 19:56
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