Nicholas Nethercote
298c56f4ba
Simplify LazyAttrTokenStream.
...
This commit does the following.
- Changes it from `Lrc<Box<dyn ToAttrTokenStream>>` to
`Lrc<LazyAttrTokenStreamInner>`.
- Reworks `LazyAttrTokenStreamImpl` as `LazyAttrTokenStreamInner`, which
is a two-variant enum.
- Removes the `ToAttrTokenStream` trait and the two impls of it.
The recursion limit must be increased in some crates otherwise rustdoc
aborts.
2025-04-30 07:10:56 +10:00
..
2025-04-30 07:10:56 +10:00
2025-04-25 12:27:16 +00:00
2025-04-23 16:40:30 +02:00
2025-04-28 15:51:27 +10:00
2025-04-23 16:40:30 +02:00
2025-04-30 07:10:56 +10:00
2025-04-28 16:23:13 +07:00
2025-04-30 07:10:56 +10:00
2025-04-28 16:23:13 +07:00
2025-04-25 10:44:19 -04:00
2025-04-28 16:23:13 +07:00
2025-04-30 07:10:56 +10:00
2025-04-28 17:22:11 +00:00
2025-04-21 21:23:32 -07:00
2025-04-23 16:40:30 +02:00
2025-04-20 11:18:38 +02:00
2025-04-23 16:40:30 +02:00
2025-04-30 07:10:56 +10:00
2025-04-28 14:14:26 +00:00
2025-04-25 11:28:36 +00:00
2025-04-30 07:10:56 +10:00
2025-04-28 13:30:45 +02:00
2025-04-28 15:51:27 +10:00
2025-04-28 17:22:11 +00:00
2025-04-28 13:30:45 +02:00
2025-04-28 16:23:13 +07:00
2025-04-28 17:22:11 +00:00
2025-04-26 14:08:58 -07:00
2025-04-26 07:13:08 +02:00
2025-04-25 07:50:25 +02:00
2025-04-26 07:13:07 +02:00
2025-04-30 07:10:56 +10:00
2025-04-28 16:23:13 +07:00
2025-04-28 16:23:13 +07:00
2025-04-28 16:23:13 +07:00
2025-04-28 16:23:13 +07:00
2025-04-28 17:22:11 +00:00
2025-04-30 07:10:56 +10:00
2025-04-28 14:14:26 +00:00
2025-04-23 16:40:30 +02:00
2025-04-28 13:30:45 +02:00
2025-04-25 15:38:58 +00:00
2025-04-30 07:10:56 +10:00
2025-04-23 16:40:30 +02:00
2025-04-25 07:14:27 +02:00
2025-04-26 18:42:15 +03:00
2025-04-28 17:22:11 +00:00
2025-04-28 14:14:26 +00:00
2025-04-28 16:23:13 +07:00
2025-04-25 07:50:25 +02:00
2025-04-28 17:22:11 +00:00
2025-04-24 11:59:20 +01:00
2025-04-25 12:55:50 -07:00
2025-04-28 17:22:11 +00:00
2025-04-28 17:22:11 +00:00