chore: bump to newer nightly (#1485)

This commit is contained in:
Taiki Endo
2019-08-20 20:07:16 -07:00
committed by Carl Lerche
parent 7e7a5147a3
commit a791f4a758
116 changed files with 3 additions and 254 deletions
-8
View File
@@ -93,8 +93,6 @@ impl DirEntry {
/// # Examples
///
/// ```no_run
/// #![feature(async_await)]
///
/// use tokio::fs;
/// use tokio::prelude::*;
///
@@ -128,8 +126,6 @@ impl DirEntry {
/// # Examples
///
/// ```
/// #![feature(async_await)]
///
/// use tokio::fs;
/// use tokio::prelude::*;
///
@@ -161,8 +157,6 @@ impl DirEntry {
/// # Examples
///
/// ```
/// #![feature(async_await)]
///
/// use tokio::fs;
/// use tokio::prelude::*;
///
@@ -200,8 +194,6 @@ impl DirEntry {
/// # Examples
///
/// ```
/// #![feature(async_await)]
///
/// use tokio::fs;
/// use tokio::prelude::*;
///