Files
rust/library
bors 0599b6b931 Auto merge of #109483 - joboet:optimize_lazycell, r=Mark-Simulacrum
Optimize `LazyCell` size

`LazyCell` can only store either the initializing function or the data it produces, so it does not need to reserve the space for both. Similar to #107329, but uses an `enum` instead of a `union`.
2023-04-01 20:11:49 +00:00
..
2022-09-02 16:09:58 -04:00
2023-03-19 20:41:22 +00:00
2023-03-28 16:01:13 +01:00