]> git.lizzy.rs Git - rust.git/blob - library/core/src/lazy.rs
Rollup merge of #99845 - xtexChooser:patch-1, r=GuillaumeGomez
[rust.git] / library / core / src / lazy.rs
1 //! Lazy values and one-time initialization of static data.