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

Fix unnecessary question mark warnings #2443

Merged
merged 3 commits into from
Oct 28, 2022
Merged

Fix unnecessary question mark warnings #2443

merged 3 commits into from
Oct 28, 2022

Commits on Oct 28, 2022

  1. Fix unused question marks warnings

    Fix some return types that were giving clippy warnings, mostly `needless_question_mark`.
    Remaining warnings are either `too_many_arguments` or `type_complexity`.
    Allan committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1d46c1a View commit details
    Browse the repository at this point in the history
  2. Fix unncessary let binding

    Allan committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    535ef20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc12b51 View commit details
    Browse the repository at this point in the history