On Mon, Nov 25, 2024 at 10:23 AM Miguel Ojeda
[off-list ref] wrote:
On Mon, Nov 25, 2024 at 10:14 AM Alice Ryhl [off-list ref] wrote:
quoted
You could also put #![doc(hidden)] at the top of build_assert.rs to
simplify the lib.rs list. Not sure what is best.
Yeah, not sure. We used outer attributes for the rest of
`doc(hidden)`s, including in the same file, so it is probably best to
keep it consistent, unless we decide to move all to inner ones.
It might actually make sense to move all of them, I think. I find that
they make the list difficult to edit.
But feel free to pick whichever one you prefer for this change. My RB
applies with or without it :)
Alice