Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Fix lint introduced by Rust 1.71.0 #172

Merged
merged 3 commits into from
Jul 21, 2023

Commits on Jul 21, 2023

  1. Remove unused mut to fix clippy error

    Signed-off-by: Andrea Gunderson <agunde@bitwise.io>
    agunde406 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    fd2f39c View commit details
    Browse the repository at this point in the history
  2. Fix clippy::default_constructed_unit_structs Error

    This error was introduced in Rust 1.71.0
    
    Signed-off-by: Andrea Gunderson <agunde@bitwise.io>
    agunde406 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6d7b844 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded clone in merkel tests

    Signed-off-by: Andrea Gunderson <agunde@bitwise.io>
    agunde406 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    12c41d1 View commit details
    Browse the repository at this point in the history