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 up a bunch of things indicated by clippy #1012

Merged
merged 10 commits into from
Mar 27, 2017
Merged

Fix up a bunch of things indicated by clippy #1012

merged 10 commits into from
Mar 27, 2017

Commits on Mar 26, 2017

  1. Switch to more specific assert macros

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    07640d9 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary reference

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    d50461f View commit details
    Browse the repository at this point in the history
  3. Switch to more suitable functions/simplify closures

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    dca4b23 View commit details
    Browse the repository at this point in the history
  4. Remove explicit return

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    12b83be View commit details
    Browse the repository at this point in the history
  5. Fix documentation

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    9859c02 View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary use of format!()

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    579c439 View commit details
    Browse the repository at this point in the history
  7. Switch String to str

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    86c287b View commit details
    Browse the repository at this point in the history
  8. Switch single character double-quote usage to single-quote

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    950c465 View commit details
    Browse the repository at this point in the history
  9. Use reference instead of .iter()

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    efd2cd7 View commit details
    Browse the repository at this point in the history
  10. Remove explicit use of &mut

    Daniel Lockyer committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    2c41ddf View commit details
    Browse the repository at this point in the history