On Mon Nov 10, 2025 at 12:35 PM CET, Miguel Ojeda 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 <[email protected]> > Link: https://lore.kernel.org/rust-for-linux/[email protected]/ > Signed-off-by: Miguel Ojeda <[email protected]>
Acked-by: Benno Lossin <[email protected]> Cheers, Benno > --- > rust/kernel/init.rs | 2 +- > rust/kernel/types.rs | 2 +- > scripts/rustdoc_test_gen.rs | 1 + > 3 files changed, 3 insertions(+), 2 deletions(-)

