Files
rust/library/core/src
Matthias Krüger f351f347b8 Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se
once cell renamings

This PR does the renamings proposed in https://github.com/rust-lang/rust/issues/74465#issuecomment-1153703128

- Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`
- Move/rename `lazy::{SyncOnceCell, SyncLazy}` to `sync::{OnceLock, LazyLock}`

(I used `Lazy...` instead of `...Lazy` as it seems to be more consistent, easier to pronounce, etc)

```@rustbot``` label +T-libs-api -T-libs
2022-06-19 00:17:13 +02:00
..
2022-05-24 22:33:31 +04:00
2022-06-13 20:44:39 -07:00
2022-05-28 18:24:34 -04:00
2022-05-27 07:36:17 -04:00
2022-04-02 02:45:49 -04:00
2022-06-08 20:17:28 +09:00
2022-06-11 15:01:52 +02:00
2022-06-10 20:58:27 -07:00
2022-05-22 07:18:32 -03:00
2022-05-04 13:22:08 +02:00
2022-04-07 20:03:24 -04:00
2022-05-06 09:34:41 +02:00
2022-06-08 20:17:28 +09:00
2022-04-05 23:18:40 +02:00
2022-04-10 12:41:31 -07:00
2020-07-27 19:51:13 -05:00
2022-06-11 21:47:03 -07:00