unsafe functions should have a "Safety" documentation section
crsaracco opened this issue · 0 comments
crsaracco commented
As of PR #115 we started seeing warnings for clippy's missing_safety_doc
lint. Unsafe functions should document what preconditions have to be met in order to safely call those functions.
Remove all instances of -A clippy::missing-safety-doc
in .travis.yml
(or whatever pipeline we're using by then) when resolved.