mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
ea0c22ea4f
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>