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

Fix lint introduced through 1.71.0 Rust #189

Merged
merged 4 commits into from
Jul 24, 2023

Commits on Jul 21, 2023

  1. Remove needless borrow

    Signed-off-by: Andrea Gunderson <agunde@bitwise.io>
    agunde406 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2c5eef7 View commit details
    Browse the repository at this point in the history
  2. Replace clippy::derive_hash_xor_eq with new clippy::derived_hash_with…

    …_manual_eq
    
    Signed-off-by: Andrea Gunderson <agunde@bitwise.io>
    agunde406 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    604ddb4 View commit details
    Browse the repository at this point in the history
  3. Replace default function with impl Default for PbftConfig

    Fixes the clippy error clippy::should_implement_trait
    
    Signed-off-by: Andrea Gunderson <agunde@bitwise.io>
    agunde406 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f8a5a62 View commit details
    Browse the repository at this point in the history
  4. Fix explicit_auto_deref errors in storage

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