Nicholas Nethercote
7416c20cfd
Just push
in AttrTokenStream::to_token_trees
.
...
Currently it uses a mixture of functional style (`flat_map`) and
imperative style (`push`), which is a bit hard to read. This commit
converts it to fully imperative, which is more concise and avoids the
need for `smallvec`.
2024-07-02 10:46:44 +10:00
..
2024-06-25 15:51:35 +00:00
2024-07-02 10:46:44 +10:00
2024-06-28 10:57:35 +00:00
2024-06-29 22:10:57 +02:00
2024-06-27 15:19:08 -04:00
2024-07-01 06:35:58 +00:00
2024-07-02 10:46:43 +10:00
2024-06-30 11:28:14 +00:00
2024-06-29 22:10:55 +02:00
2024-07-01 14:19:51 +03:00
2024-06-29 20:08:10 +00:00
2024-06-28 10:26:45 +02:00
2024-07-01 06:35:58 +00:00
2024-06-27 02:06:19 -04:00
2024-06-30 19:31:21 +01:00
2024-06-28 15:44:20 +00:00
2024-07-01 08:53:07 +02:00
2024-06-28 10:57:35 +00:00
2024-07-01 20:29:58 +02:00
2024-07-01 06:35:58 +00:00
2024-06-28 18:15:12 +01:00
2024-06-30 18:25:31 +02:00
2024-07-01 00:25:25 +01:00
2024-06-27 05:44:47 +00:00
2024-06-29 20:08:10 +00:00
2024-06-29 20:08:10 +00:00
2024-06-30 19:02:25 +10:00
2024-07-01 06:35:58 +00:00
2024-07-01 05:17:13 -07:00
2024-06-29 20:08:10 +00:00
2024-07-02 10:46:43 +10:00
2024-06-29 22:10:59 +02:00
2024-06-25 15:51:35 +00:00
2024-06-27 15:19:08 -04:00
2024-07-01 05:17:13 -07:00
2024-06-28 10:57:35 +00:00
2024-06-30 19:31:21 +01:00
2024-07-01 06:35:58 +00:00
2024-06-28 15:44:20 +00:00
2024-06-29 20:08:10 +00:00
2024-06-28 13:24:41 +08:00