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
@@ -80,8 +80,6 @@ pub struct BlockingError {
/// that needs to be performed.
///
/// ```rust
/// #![feature(async_await)]
///
/// use tokio_executor::threadpool::{ThreadPool, blocking};
///
/// use futures_util::future::poll_fn;
-2
View File
@@ -32,8 +32,6 @@ use std::time::Duration;
/// # Examples
///
/// ```
/// #![feature(async_await)]
///
/// use tokio_executor::threadpool::Builder;
///
/// use std::time::Duration;
-2
View File
@@ -59,8 +59,6 @@ impl Sender {
/// # Examples
///
/// ```rust
/// #![feature(async_await)]
///
/// use tokio_executor::threadpool::ThreadPool;
///
/// // Create a thread pool with default configuration values
@@ -51,8 +51,6 @@ impl ThreadPool {
/// # Examples
///
/// ```rust
/// #![feature(async_await)]
///
/// use tokio_executor::threadpool::ThreadPool;
///
/// // Create a thread pool with default configuration values