mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-03 00:00:05 +02:00
chore: bump to newer nightly (#1485)
This commit is contained in:
@@ -39,8 +39,6 @@
|
||||
//! Specifically, given the following:
|
||||
//!
|
||||
//! ```
|
||||
//! #![feature(async_await)]
|
||||
//!
|
||||
//! use tokio::codec::{Framed, LengthDelimitedCodec};
|
||||
//! use tokio::prelude::*;
|
||||
//!
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
|
||||
use tokio::prelude::*;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
#![warn(rust_2018_idioms)]
|
||||
|
||||
use tokio::prelude::*;
|
||||
|
||||
Reference in New Issue
Block a user