Re: [PATCH 1/2] rust: allow `unreachable_pub` for doctests

From: Miguel Ojeda
Date: Mon Nov 17 2025 - 16:03:12 EST


On Mon, Nov 10, 2025 at 12:35 PM Miguel Ojeda <ojeda@xxxxxxxxxx> wrote:
>
> Examples (i.e. doctests) may want to show public items such as structs,
> thus the `unreachable_pub` warning is not very helpful.
>
> Thus allow it for all doctests.
>
> In addition, remove it from the existing `expect`s we have in a couple
> doctests.
>
> Suggested-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
> Link: https://lore.kernel.org/rust-for-linux/aRG9VjsaCjsvAwUn@xxxxxxxxxx/
> Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Applied (this one only) to `rust-next` -- thanks everyone!

Cheers,
Miguel