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

Make Clippy happier #2975

Merged
merged 4 commits into from
Jun 28, 2023
Merged

Make Clippy happier #2975

merged 4 commits into from
Jun 28, 2023

Commits on Jun 27, 2023

  1. Do automatic clippy fixes

    hunger committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    53c6392 View commit details
    Browse the repository at this point in the history
  2. Clippy polish

    hunger committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c4d7454 View commit details
    Browse the repository at this point in the history
  3. Get rid of more clippy warnings

    * Configure clippy to not report about type complexity until *much*
      later
    * Configure clippy to only complain about more than 10 function
      arguments
    * Properly format safety sections
    * Allow unnecessary main functions in doctests in the slint API crate
    * AccessKit: Move big block of code before if condition
    hunger committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f7542c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71c3795 View commit details
    Browse the repository at this point in the history