On Mon, Nov 17, 2025 at 9:07 AM Miguel Ojeda <[email protected]> wrote: > > Examples (i.e. doctests) may want to use names such as `foo`, thus the > `clippy::disallowed_names` lint gets in the way. > > Thus allow it for all doctests. > > In addition, remove it from the existing `expect`s we have in a few > doctests. > > This does not mean that we should stop trying to find good names for > our examples, though. > > Suggested-by: Alice Ryhl <[email protected]> > Link: https://lore.kernel.org/rust-for-linux/[email protected]/ > Signed-off-by: Miguel Ojeda <[email protected]>
Reviewed-by: Alice Ryhl <[email protected]>

