chore: bump nightly version used in CI (#2178)

This requires fixing a few warnings.
This commit is contained in:
Carl Lerche
2020-01-26 21:54:14 -08:00
committed by GitHub
parent 4996e27673
commit 71c47fabf4
5 changed files with 8 additions and 5 deletions
+3
View File
@@ -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)]
extern crate proc_macro;
mod entry;