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: bump nightly version used in CI #2178

Merged
merged 1 commit into from
Jan 27, 2020
Merged

chore: bump nightly version used in CI #2178

merged 1 commit into from
Jan 27, 2020

Conversation

carllerche
Copy link
Member

This requires fixing a few warnings.

This requires fixing a few warnings.
@@ -14,6 +14,9 @@

//! Macros for use with Tokio

// This `extern` is required for older `rustc` versions but newer `rustc`
// versions warn about the unused `extern crate`.
#[allow(unused_extern_crates)]
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not 100% sure if this is the best strategy, but the extern crate proc_macro is required in Rust 1.40 but not on nightly.

Copy link
Contributor

Choose a reason for hiding this comment

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

This looks like the most reasonable way around it. For reference, it was changed in cargo in rust-lang/cargo#7700.

@carllerche carllerche merged commit 71c47fa into master Jan 27, 2020
@vorot93 vorot93 deleted the bump-nightly branch January 27, 2020 07:17
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.

2 participants