mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
Update Tokio to Rust 2018 (#1082)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#![cfg(feature = "async-await-preview")]
|
||||
#![deny(missing_debug_implementations, unreachable_pub, rust_2018_idioms)]
|
||||
#![cfg_attr(test, deny(warnings))]
|
||||
#![doc(test(no_crate_inject, attr(deny(rust_2018_idioms))))]
|
||||
|
||||
//! Macros for use with Tokio
|
||||
|
||||
extern crate proc_macro;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user