mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

enable `rust_2018_idioms` lint group for doctests With this change, `rust_2018_idioms` lint group will be enabled for compiler/libstd doctests. Resolves #106086 Resolves #99144 Signed-off-by: ozkanonur <work@onurozkan.dev>