]> git.lizzy.rs Git - rust.git/blob - library/core/src/lazy.rs
Rollup merge of #99516 - m-ou-se:proc-macro-tracked-tracking-issue, r=Mark-Simulacrum
[rust.git] / library / core / src / lazy.rs
1 //! Lazy values and one-time initialization of static data.