derive_more icon indicating copy to clipboard operation
derive_more copied to clipboard

Copy-pasted docs means many derives are still undocumented!

Open TheLostLambda opened this issue 1 year ago • 3 comments

A blocker for 1.0.0, I'd imagine, but shouldn't be too hard to fix!

I found Not / Neg first: https://docs.rs/derive_more/1.0.0-beta.6/derive_more/derive.Neg.html

But it seems to be a broader trend when things are part of the same feature! https://docs.rs/derive_more/1.0.0-beta.6/derive_more/derive.BitAnd.html ... and presumably more!

TheLostLambda avatar Apr 18 '24 00:04 TheLostLambda

Yeah, that's indeed the case. I don't think it's worth the effort to provide specific docs for each, but it would probably be good to prefix those docs with something like:

Neg is derived in the same way as Not, which is described below

JelteF avatar Apr 18 '24 07:04 JelteF

Not a blocker, though.

tyranron avatar Apr 18 '24 11:04 tyranron

@TheLostLambda feel free to provide a PR to update the docs

JelteF avatar May 04 '24 17:05 JelteF