rust/compiler/rustc_builtin_macros
Matthias Krüger 8462a378f3 avoid temporary vectors
Avoid collecting an interator just to re-iterate immediately.
Rather reuse the previous iterator. (clippy::needless_collect)
2021-07-17 01:20:10 +02:00
..
2021-07-17 01:20:10 +02:00
2021-02-14 18:03:11 +03:00