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

Update to 2018 edition and clippy fixes #71

Merged
merged 11 commits into from
Jan 18, 2020
Merged

Update to 2018 edition and clippy fixes #71

merged 11 commits into from
Jan 18, 2020

Commits on Jan 17, 2020

  1. Update to 2018 edition

    cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    167e90f View commit details
    Browse the repository at this point in the history
  2. Remove the num_traits alias

    cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    6740f31 View commit details
    Browse the repository at this point in the history
  3. Use the ? operator

    cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    2012262 View commit details
    Browse the repository at this point in the history
  4. use inclusive range patterns

    cuviper committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    180345a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Configuration menu
    Copy the full SHA
    c6d598b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6533c24 View commit details
    Browse the repository at this point in the history
  3. Fix clippy::precedence

    cuviper committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    d46b3b1 View commit details
    Browse the repository at this point in the history
  4. Fix clippy::range_plus_one

    cuviper committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    19d7d52 View commit details
    Browse the repository at this point in the history
  5. Fix clippy::match_bool

    cuviper committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    6b90af7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ce1d72 View commit details
    Browse the repository at this point in the history
  7. Fix clippy::op_ref

    cuviper committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    8208760 View commit details
    Browse the repository at this point in the history