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.