petgraph / fixedbitset

A simple bitset container for Rust
https://docs.rs/fixedbitset/
Apache License 2.0
126 stars 47 forks source link

Documentation for struct fixedbitset::Zeroes is wrong #106

Closed FrTerstappen closed 8 months ago

FrTerstappen commented 8 months ago

The documentation for struct fixedbitset::Zeroes is the same as for struct fixedbitset::Ones. I think this should be changed to talk about "unset" bits and reference the method FixedBitSet::zeroes instead of FixedBitSet::ones