solana/bucket_map
Alexander Meißner 29bbda0c11
General cleanup (Part 2) (#32998)
* bucket-map: remove unused `mut`

* remove unnecessary explicit `into_iter()` calls

* don't default-construct unit-structs

* prefer `or_default()` to `or_insert_with(T::default())`

* replace "slow zero-filled vec initialization"

---------

Co-authored-by: Trent Nelson <trent@solana.com>
2023-08-25 19:07:38 +02:00
..
benches fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
src General cleanup (Part 2) (#32998) 2023-08-25 19:07:38 +02:00
tests fixes errors from clippy::useless_conversion (#29534) 2023-01-05 18:05:32 +00:00
Cargo.toml Bump num_enum from 0.5.9 to 0.6.1 (#31122) 2023-04-17 23:49:43 -06:00