Closed crlf0710 closed 1 year ago
Currently derive(Zeroable) add items within generated code, and they show up with cargo doc --document-private-items. Maybe consider adding doc(hidden) on them?
derive(Zeroable)
cargo doc --document-private-items
doc(hidden)
I'm not against the idea, seems harmless. Care to do the PR for it?
Currently
derive(Zeroable)
add items within generated code, and they show up withcargo doc --document-private-items
. Maybe consider addingdoc(hidden)
on them?