derive_more icon indicating copy to clipboard operation
derive_more copied to clipboard

Missing docs for `Div`, `Rem`, `Shl` and `Shr` (they show `Mul` instead.)

Open Achtuur opened this issue 1 year ago • 0 comments

The docs for Div, Rem, Shl and Shr are showing the docs for Mul instead. The culprit is most likely the following:

https://github.com/JelteF/derive_more/blob/3216eaf1cbcd081497add134ddda94a43344ae2d/impl/src/lib.rs#L221-L225

It seems that there are no doc/(div|rem|shl|shr).md, so only changing the $feature string here would not work.

Achtuur avatar Oct 20 '24 08:10 Achtuur