From 32e6a70e8d8ebb7002be12612a984607eba4d128 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 8 Jun 2014 16:12:27 -0700 Subject: [PATCH] Clean up batch_execute example a bit --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 (