Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy-pasted docs means many derives are still undocumented! #348

Open
TheLostLambda opened this issue Apr 18, 2024 · 3 comments
Open

Copy-pasted docs means many derives are still undocumented! #348

TheLostLambda opened this issue Apr 18, 2024 · 3 comments
Labels

Comments

@TheLostLambda
Copy link
Contributor

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!

@JelteF
Copy link
Owner

JelteF commented Apr 18, 2024

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

@tyranron
Copy link
Collaborator

Not a blocker, though.

@tyranron tyranron added the docs label Apr 18, 2024
@JelteF
Copy link
Owner

JelteF commented May 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants