Clean up batch_execute example a bit

This commit is contained in:
Steven Fackler 2014-06-08 16:12:27 -07:00
parent 60e16d3806
commit 32e6a70e8d

View File

@ -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 (