Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[macros] safety_comment! permits multiple comments (#342)
The following is now supported: safety_comment! { /// SAFETY: /// Safety comment here. macro_invocation!(); macro_invocation!(); /// Previously, this comment (which appears after macro /// invocations) was not supported. macro_invocation!(); macro_invocation!(); }
- Loading branch information