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

Make required cfg show up on docs.rs #34

Merged
merged 6 commits into from
Jul 17, 2024
Merged

Make required cfg show up on docs.rs #34

merged 6 commits into from
Jul 17, 2024

Conversation

Shnatsel
Copy link
Collaborator

You can see an example of it in action on tinyvec documentation where they mark what functions require the alloc feature: https://docs.rs/tinyvec/latest/tinyvec/

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.16%. Comparing base (08eedcb) to head (a0c5fc9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage   99.16%   99.16%           
=======================================
  Files           8        8           
  Lines         841      841           
=======================================
  Hits          834      834           
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@smu160 smu160 assigned smu160 and Shnatsel and unassigned Shnatsel and smu160 Jul 17, 2024
@smu160 smu160 added the documentation Improvements or additions to documentation label Jul 17, 2024
@smu160 smu160 merged commit 7048416 into main Jul 17, 2024
8 checks passed
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 this pull request may close these issues.

3 participants