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

#![deny(clippy::undocumented_unsafe_blocks)]: Add and fix existing safety comments #1305

Merged
merged 4 commits into from
Jul 11, 2024

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    67e5196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eda173 View commit details
    Browse the repository at this point in the history
  3. // SAFETY: Move safety comments to line immediately above unsafe

    …block to pass `clippy::undocumented_unsafe_blocks`.
    
    Most of these are in closures.
    kkysen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    62612d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ceb813 View commit details
    Browse the repository at this point in the history