rust/clippy_dev/src
Matthias Krüger 4737e9e42b 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
..
setup Merge commit '7c21f91b15' into clippyup 2022-05-05 15:12:52 +01:00
bless.rs Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04:00
fmt.rs Merge commit '97a5daa659' into clippyup 2022-01-13 13:18:19 +01:00
lib.rs Merge commit '7c21f91b15' into clippyup 2022-05-05 15:12:52 +01:00
lint.rs Merge commit 'd7b5cbf065' into clippyup 2022-06-16 17:39:06 +02:00
main.rs Merge commit 'd7b5cbf065' into clippyup 2022-06-16 17:39:06 +02:00
new_lint.rs Merge commit 'd7b5cbf065' into clippyup 2022-06-16 17:39:06 +02:00
serve.rs Merge commit 'd7b5cbf065' into clippyup 2022-06-16 17:39:06 +02:00
update_lints.rs Merge commit 'd7b5cbf065' into clippyup 2022-06-16 17:39:06 +02:00