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

chore: migrate to rust 2021 #618

Merged
merged 1 commit into from
Dec 22, 2021
Merged

chore: migrate to rust 2021 #618

merged 1 commit into from
Dec 22, 2021

Conversation

niklasad1
Copy link
Member

Implies MSRV 1.56.x

Implies MSRV 1.56.x
@niklasad1 niklasad1 requested a review from a team as a code owner December 21, 2021 15:01
@@ -653,7 +653,7 @@ async fn custom_subscription_id_works() {
module
.register_subscription("subscribe_hello", "subscribe_hello", "unsubscribe_hello", |_, sink, _| {
std::thread::spawn(move || loop {
let _ = sink;
let _ = &sink;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@niklasad1 niklasad1 merged commit 1e77c2d into master Dec 22, 2021
@niklasad1 niklasad1 deleted the na-rust-2021 branch December 22, 2021 09:30
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

3 participants