Fix a clippy warning

korrat
Mar 19, 2024, 4:37 PM
GNB42ZY43NBES5YT3B4SUGPRGUSQXN2OAJCXG4WWCGQWQ6V3ZRVAC

Dependencies

  • [2] NQ455YWR Extract balance deduplication logic into shared utility
  • [3] 6A5YLGWV Add an importer for the VR-Bank CSV format

Change contents

  • edit in framework/src/utilities.rs at line 124
    [2.1295][2.1295:1450]()
    };
    let hash = {
    let mut hasher = map.hasher().build_hasher();
    query.hash(&mut hasher);
    hasher.finish()
  • edit in framework/src/utilities.rs at line 125
    [2.1461]
    [2.1461]
    let hash = map.hasher().hash_one(&query);