Files
rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 42dbc72d7b Adjust to_attr_token_stream.
It uses `once` chained with `(0..self.num_calls).map(...)` followed by
`.take(self.num_calls`. I found this hard to read. It's simpler to just
use `repeat_with`.
2023-09-06 17:12:07 +10:00
..
2023-09-06 17:12:07 +10:00
2023-08-08 10:59:15 +08:00
2023-07-23 10:50:14 +02:00
2023-08-18 16:50:41 +10:00
2023-08-18 16:50:41 +10:00