]> git.lizzy.rs Git - rust.git/commit
Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se
authorbors <bors@rust-lang.org>
Fri, 30 Dec 2022 19:22:33 +0000 (19:22 +0000)
committerbors <bors@rust-lang.org>
Fri, 30 Dec 2022 19:22:33 +0000 (19:22 +0000)
commitce85c98575e3016cf2007d90a85be321e592aa96
tree833ee6ee2d8a4869ff119d3f066aa899b8365319
parentbbdca4c28fd9b57212cb3316ff4ffb1529affcbe
parentb9558a15dcb70880f3ef51c6ac22a43caafd94ce
Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se

Add #[inline] markers to once_cell methods

Added inline markers to all simple methods under the `once_cell` feature. Relates to #74465 and  #105587

This should not block #105587
library/core/src/cell/lazy.rs
library/std/src/sync/lazy_lock.rs