diff --git a/src/lib.rs b/src/lib.rs index 18255367..91af508d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -884,9 +884,8 @@ impl PostgresConnection { /// /// # Example /// - /// ```rust + /// ```rust,no_run /// # use postgres::{PostgresConnection, PostgresResult}; - /// /// fn init_db(conn: &PostgresConnection) -> PostgresResult<()> { /// static INIT_DB: &'static str = " /// CREATE TABLE person (