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

Add map_err_ignore lint #5998

Merged
merged 7 commits into from
Sep 14, 2020
Merged

Add map_err_ignore lint #5998

merged 7 commits into from
Sep 14, 2020

Commits on Sep 1, 2020

  1. Working map_err_ignore lint

    Ricky authored and Ricky committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    e49a299 View commit details
    Browse the repository at this point in the history
  2. Added tests for map_err, ignored map_err lint on drop_ref tests

    Ricky authored and Ricky committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    202a80c View commit details
    Browse the repository at this point in the history
  3. Ran cargo dev update_lints

    Ricky authored and Ricky committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    3377291 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Removed map_err suggestion in lint, and updated lint documentation ex…

    …ample
    Ricky authored and Ricky committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    2387f68 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

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

Commits on Sep 8, 2020

  1. Fixed typo in lint and test

    Ricky authored and Ricky committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    4f1c4a9 View commit details
    Browse the repository at this point in the history
  2. Move map_err_ignore from style to pedantic

    Ricky authored and Ricky committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d719b48 View commit details
    Browse the repository at this point in the history