Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treewide: Remove once_cell crate #1235

Open
wants to merge 1 commit into
base: I5c761c075966e4fcebbb6d4955608107cf871b7c
Choose a base branch
from

Conversation

ethan-readyset
Copy link
Contributor

@ethan-readyset ethan-readyset commented Apr 23, 2024

OnceCell was added to the Rust standard library a while back, so it is
no longer necessary to use the 3rd party crate. This commit removes the
crate, replacing our only usage of OnceCell with OnceLock, which is
a thread-safe alternative.

@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from cfb8c80 to 29573d6 Compare April 23, 2024 22:18
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from a1680e6 to a88480a Compare April 23, 2024 22:18
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 29573d6 to 4913098 Compare April 23, 2024 22:42
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from a88480a to a752693 Compare April 23, 2024 22:42
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 4913098 to d0fd81e Compare April 23, 2024 23:01
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from a752693 to 469ddfc Compare April 23, 2024 23:01
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from d0fd81e to 9fe9dfd Compare April 23, 2024 23:11
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 469ddfc to 47b307b Compare April 23, 2024 23:11
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 9fe9dfd to cef8225 Compare April 23, 2024 23:15
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 47b307b to a21dc1d Compare April 23, 2024 23:15
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from cef8225 to bf82a1d Compare April 24, 2024 17:31
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from a21dc1d to 929728d Compare April 24, 2024 17:31
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from bf82a1d to ac141cf Compare April 24, 2024 19:16
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 929728d to 9dfd8c1 Compare April 24, 2024 19:16
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from ac141cf to 32292d2 Compare April 24, 2024 19:57
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 9dfd8c1 to b2df6a0 Compare April 24, 2024 19:58
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 32292d2 to 5ae3553 Compare April 25, 2024 20:44
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from b2df6a0 to 7f7801f Compare April 25, 2024 20:44
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 5ae3553 to 86a162b Compare April 26, 2024 15:15
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 7f7801f to 2454beb Compare April 26, 2024 15:15
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 86a162b to 0255d96 Compare May 6, 2024 19:07
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 2454beb to a99f8b1 Compare May 6, 2024 19:07
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 0255d96 to 80c0c9b Compare May 6, 2024 19:19
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from a99f8b1 to 48d04dc Compare May 6, 2024 19:19
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 80c0c9b to 56d06d3 Compare May 6, 2024 19:43
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch 2 times, most recently from 680c9f7 to 09519b7 Compare May 6, 2024 20:27
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 56d06d3 to c2197d8 Compare May 7, 2024 15:26
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 09519b7 to ace4955 Compare May 7, 2024 15:26
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from c2197d8 to 5dc0b8b Compare May 13, 2024 16:23
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from ace4955 to 2e7a26b Compare May 13, 2024 16:23
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from 5dc0b8b to b362aa7 Compare May 21, 2024 20:05
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 2e7a26b to 13b71a6 Compare May 21, 2024 20:05
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from b362aa7 to bf43194 Compare May 21, 2024 20:08
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 13b71a6 to 9db3853 Compare May 21, 2024 20:08
`OnceCell` was added to the Rust standard library a while back, so it is
no longer necessary to use the 3rd party crate. This commit removes the
crate, replacing our only usage of `OnceCell` with `OnceLock`, which is
a thread-safe alternative.

Change-Id: Ifdb622c34c24ff40836276e25d2db8c33a2694df
@readysetbot readysetbot force-pushed the I5c761c075966e4fcebbb6d4955608107cf871b7c branch from bf43194 to 5f1c8ee Compare May 22, 2024 16:02
@readysetbot readysetbot force-pushed the Ifdb622c34c24ff40836276e25d2db8c33a2694df branch from 9db3853 to d1a351f Compare May 22, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant