Implement per-edition preludes

This commit is contained in:
Jonas Schievink 2021-06-01 13:39:19 +02:00
parent 71117e6812
commit f96c1a0414
12 changed files with 318 additions and 141 deletions

View file

@ -176,6 +176,10 @@ pub mod known {
result,
boxed,
option,
prelude,
rust_2015,
rust_2018,
rust_2021,
// Components of known path (type name)
Iterator,
IntoIterator,