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

Clippy fixes #10113

Closed
wants to merge 2 commits into from
Closed

Clippy fixes #10113

wants to merge 2 commits into from

Commits on Jan 4, 2024

  1. rust: fix assertions_on_constants for assert!(true)

    Which will be optimized away by the compiler
    catenacyber committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f79aa0d View commit details
    Browse the repository at this point in the history
  2. rust: fix assertions_on_constants for assert!(false)

    using panic! instead with a string message
    catenacyber committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    22f8b39 View commit details
    Browse the repository at this point in the history