]> git.lizzy.rs Git - rust.git/blob - library/std/src/lazy.rs
Rollup merge of #98653 - TaKO8Ki:add-regression-test-for-79494, r=Mark-Simulacrum
[rust.git] / library / std / src / lazy.rs
1 //! Lazy values and one-time initialization of static data.