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 handling of panic calls #6310

Closed
wants to merge 7 commits into from
Closed

Commits on Nov 8, 2020

  1. Fix handling of panic calls

    camelid committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    9d84687 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Make PANIC path consts private to prevent misuse

    They should be used through the `match_panic_call` and `match_panic_def_id`
    functions to ensure consistency across Clippy.
    camelid committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    26a4d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5b0c14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11280fe View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    0cbe925 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Fix pre-existing bug

    Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
    camelid and m-ou-se committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b9f1290 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Remove unnecessary if_chain

    camelid committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    761cdf2 View commit details
    Browse the repository at this point in the history