mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
936e51ee12
Improve HashMap docs for const and static initializers Closes #137566. I clarified the HashMap usage in const and static initializers. I also added examples of how to construct such HashMaps wrapped in LazyLock.