Skip to content

Commit 6635aaf

Browse files
committed
Doc cleanup
1 parent 9be01ff commit 6635aaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//! package.
44
//!
55
//! ```rust,no_run
6-
//! # #![allow(unstable)]
76
//! extern crate postgres;
87
//!
98
//! use postgres::{Connection, SslMode};
@@ -936,7 +935,6 @@ impl Connection {
936935
/// ```
937936
///
938937
/// ```rust,no_run
939-
/// # #![allow(unstable)]
940938
/// # use postgres::{Connection, UserInfo, ConnectParams, SslMode, ConnectTarget};
941939
/// # #[cfg(feature = "unix_socket")]
942940
/// # fn f() -> Result<(), ::postgres::error::ConnectError> {

0 commit comments

Comments
 (0)