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 Safety sections to unsafe functions #323

Open
2 tasks
evnu opened this issue Jun 24, 2020 · 0 comments
Open
2 tasks

Add Safety sections to unsafe functions #323

evnu opened this issue Jun 24, 2020 · 0 comments

Comments

@evnu
Copy link
Member

evnu commented Jun 24, 2020

To follow-up on #320: clippy complains about missing # Safety sections in the documentation of some unsafe functions.

  • Remove #![allow(clippy::missing_safety_doc)]
  • Add documentation on safety

After removing allow, this command should output the warnings:

cargo clippy --all-targets --all-features -- -D warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant