You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
crsaracco
changed the title
unsafe functions should have a "Safety:" documentation section
unsafe functions should have a "Safety" documentation section
Jan 2, 2020
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.The text was updated successfully, but these errors were encountered: