Re: [PATCH v12 2/3] rust: add parameter support to the `module!` macro
From: Miguel Ojeda
Date: Wed Jun 11 2025 - 08:36:28 EST
On Wed, Jun 11, 2025 at 2:24 PM Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>
> So either we need to `#[allow(missing_docs)]` or just add the line back. What do you prefer?
Do you mean if you remove the `concat!` too, right?
It would need to be `expect`, but I think even an
`expect(missing_docs)` is not really useful vs. having some docs.
But another question is: if the docs are not useful, should an item be
hidden to begin with?
(By the way, that one is `rustc`, not Clippy)
Cheers,
Miguel