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

Turns out doc(cfg()) is not the valid way to hide cfg from docs #118

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

HadrienG2
Copy link
Owner

Instead, according to rust-lang/rust#89596, you need an extra all() to achieve this result.

Copy link

semanticdiff-com bot commented Feb 23, 2024

Review changes with SemanticDiff.

Analyzed 1 of 2 files.

Filename Status
Cargo.toml Unsupported file format
✔️ src/lib.rs Analyzed

Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.07%. Comparing base (5ebea4f) to head (ef0fdd0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #118      +/-   ##
==========================================
- Coverage   73.09%   73.07%   -0.03%     
==========================================
  Files          43       43              
  Lines        4988     4988              
==========================================
- Hits         3646     3645       -1     
- Misses       1342     1343       +1     
Flag Coverage Δ
ubuntu-latest 72.78% <ø> (ø)
windows-latest 71.51% <ø> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@HadrienG2 HadrienG2 merged commit 26b26c4 into main Feb 23, 2024
110 of 111 checks passed
@HadrienG2 HadrienG2 deleted the better-blanket-doc-cfg branch February 23, 2024 08:48
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.

1 participant