vst-rs icon indicating copy to clipboard operation
vst-rs copied to clipboard

unsafe functions should have a "Safety" documentation section

Open crsaracco opened this issue 4 years ago • 0 comments

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.

crsaracco avatar Jan 02 '20 01:01 crsaracco