Fix a clippy warning
Dependencies
- [2]
NQ455YWRExtract balance deduplication logic into shared utility - [3]
6A5YLGWVAdd an importer for the VR-Bank CSV format
Change contents
- edit in framework/src/utilities.rs at line 124
};let hash = {let mut hasher = map.hasher().build_hasher();query.hash(&mut hasher);hasher.finish() - edit in framework/src/utilities.rs at line 125
let hash = map.hasher().hash_one(&query);