diff --git a/tokio-postgres/src/lib.rs b/tokio-postgres/src/lib.rs index 98c245fd..023c4ad3 100644 --- a/tokio-postgres/src/lib.rs +++ b/tokio-postgres/src/lib.rs @@ -3,8 +3,6 @@ //! # Example //! //! ```no_run -//! #![feature(async_await)] -//! //! use futures::{FutureExt, TryStreamExt}; //! use tokio_postgres::{NoTls, Error, Row}; //!