We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FromZeros::new_vec_zeroed has the wrong cfg rendered on docs.rs:
FromZeros::new_vec_zeroed
cfg
We emit the wrong doc_cfg attribute:
doc_cfg
zerocopy/src/lib.rs
Lines 1943 to 1946 in 2bec60b
We should fix this and also figure out whether there are other incorrect doc_cfg items to fix while we're here.
Find and fix any instance of doc_cfg that doesn't match the corresponding cfg attribute.
The text was updated successfully, but these errors were encountered:
FWIW, I looked at the state of doc_cfg items in main at 5b99dc3 and did not see any mismatches anywhere.
main
The item mentioned here was fixed in e56a42b.
Sorry, something went wrong.
Huh, seems you're right. Cool.
No branches or pull requests
FromZeros::new_vec_zeroed
has the wrongcfg
rendered on docs.rs:We emit the wrong
doc_cfg
attribute:zerocopy/src/lib.rs
Lines 1943 to 1946 in 2bec60b
We should fix this and also figure out whether there are other incorrect
doc_cfg
items to fix while we're here.Mentoring instructions
Find and fix any instance of
doc_cfg
that doesn't match the correspondingcfg
attribute.The text was updated successfully, but these errors were encountered: