Clean up batch_execute example a bit
This commit is contained in:
parent
60e16d3806
commit
32e6a70e8d
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user