rust/compiler/rustc_hir
Scott McMurray d74b8e0505 Replace some once(x).chain(once(y)) with [x, y] IntoIter
Now that we have by-value array iterators...
2020-10-03 16:51:43 -07:00
..
src Replace some once(x).chain(once(y)) with [x, y] IntoIter 2020-10-03 16:51:43 -07:00
Cargo.toml hir: replace lazy_static by SyncLazy from std 2020-09-01 22:06:47 +01:00