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 doc_auto_cfg feature #119

Open
fujiapple852 opened this issue Mar 8, 2022 · 0 comments · May be fixed by #120
Open

Add doc_auto_cfg feature #119

fujiapple852 opened this issue Mar 8, 2022 · 0 comments · May be fixed by #120
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@fujiapple852
Copy link
Owner

Add to lib.rs for all crates to enable showing the required features for every item in rustdoc:

#![cfg_attr(doc, feature(doc_auto_cfg))]
@fujiapple852 fujiapple852 added the documentation Improvements or additions to documentation label Mar 8, 2022
@fujiapple852 fujiapple852 self-assigned this Mar 8, 2022
@fujiapple852 fujiapple852 linked a pull request Mar 8, 2022 that will close this issue
@fujiapple852 fujiapple852 modified the milestone: 0.2.2 Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant