Files
rust/src/librustdoc
Noah Lev 3784adcd64 rustdoc: Use ThinVec in GenericParamDefKind
This should hopefully reduce memory usage and improve performance since
these vectors are often empty (and `GenericParamDefKind` is constructed
*a lot*).
2023-10-29 02:14:41 -04:00
..
2023-10-28 09:03:51 +11:00
2023-08-16 16:35:23 +02:00
2023-10-28 09:03:51 +11:00
2023-09-17 18:43:54 +00:00

For more information about how librustdoc works, see the rustc dev guide.