We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3650d4a commit e0e8c45Copy full SHA for e0e8c45
1 file changed
tokio-postgres/src/lib.rs
@@ -3,8 +3,6 @@
3
//! # Example
4
//!
5
//! ```no_run
6
-//! #![feature(async_await)]
7
-//!
8
//! use futures::{FutureExt, TryStreamExt};
9
//! use tokio_postgres::{NoTls, Error, Row};
10
0 commit comments