]> git.lizzy.rs Git - rust.git/blob - library/std/src/lazy.rs
Auto merge of #98224 - eddyb:proc-macro-spurious-repr, r=bjorn3
[rust.git] / library / std / src / lazy.rs
1 //! Lazy values and one-time initialization of static data.