]> git.lizzy.rs Git - rust.git/blob - library/core/src/lazy.rs
Rollup merge of #97149 - ChrisDenton:win_async_pipes, r=m-ou-se
[rust.git] / library / core / src / lazy.rs
1 //! Lazy values and one-time initialization of static data.