contain-rs / bit-set

A Set of Bits
Apache License 2.0
63 stars 25 forks source link

Shrink unsafe block #31

Closed erickt closed 2 months ago

erickt commented 4 months ago

This lifts the bit_vec.shrink_to_fit out from the unsafe block, since it is not unsafe.

pczarn commented 2 months ago

Thanks.