When playing around with const generics, I found some weird generated docs:
http://prntscr.com/nn8fgg
How to reproduce:
git clone https://github.com/DutchGhost/vecset.git
cd vecset
cargo doc --open
and go to the documentation on the VecSet struct (inside the vecset module), and find the auto impls.
When playing around with const generics, I found some weird generated docs:
http://prntscr.com/nn8fgg
How to reproduce:
and go to the documentation on the VecSet struct (inside the vecset module), and find the auto impls.