mccolljr / segvec

SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.
MIT License
33 stars 4 forks source link

Clippy cleanup #28

Closed cehteh closed 1 year ago

cehteh commented 1 year ago

Just ran 'cargo +nightly clippy' fixed some warnings.

Will rebase on master when #27 is merged.

cehteh commented 1 year ago

rebased