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 most of the clippy warnings #74

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    0996a6c View commit details
    Browse the repository at this point in the history
  2. fix(template): allow rendering boolean values as leafs

    Kevin Butler authored and ninjabear committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    5cd7a56 View commit details
    Browse the repository at this point in the history
  3. chore(log): update log to 0.4

    Eijebong authored and ninjabear committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    4dbc137 View commit details
    Browse the repository at this point in the history
  4. chore(*): switch from tempdir to tempfile

    tempdir is deprecated
    Eijebong authored and ninjabear committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    af5ec8c View commit details
    Browse the repository at this point in the history
  5. feat(version): 0.9.1

    Eijebong authored and ninjabear committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    2223033 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Eliminate panics from live code.

    As a library, panicking, even in the face of a bug, is a problem.
    
    Also, a lot of warnings (mostly `try!` vs `?` and `dyn`) were removed,
    as part of the edit/rebuild/test cycle.
    Ben Stern committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    11eb0ea View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Update rust dependencies to rust 1.46

    If Slackware thinks Rust 1.46 is stable enough for everyday use (i.e.,
    building Mozilla) then it should be stable enough for anyone who doesn't
    track "stable".
    Ben Stern committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    40bc999 View commit details
    Browse the repository at this point in the history
  2. Prevent possible infinite recursion

    `cargo clippy` warned of infinite recursion, so let's heed the warning
    Ben Stern committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    5ec95d0 View commit details
    Browse the repository at this point in the history
  3. Eliminate most of the clippy warnings

    Ben Stern committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    94afdba View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. impl std::error::Error

    Ben Stern committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    3a8db85 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Revert "impl std::error::Error"

    This reverts commit 3a8db85.  It was
    applied to the wrong branch by accident.
    Ben Stern committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    7ca6bd3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

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

Commits on Jun 23, 2021

  1. Merge branch 'upstream' into clippy

    Ben Stern committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1f5bd4e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'halvko' into clippy

    Ben Stern committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    32097e6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-091' into clippy

    Ben Stern committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    93d76b7 View commit details
    Browse the repository at this point in the history
  4. Clean up the lint from the 0.9.1 PR

    Ben Stern committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    545aac2 View commit details
    Browse the repository at this point in the history