We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e16d3 commit 32e6a70Copy full SHA for 32e6a70
1 file changed
src/lib.rs
@@ -884,9 +884,8 @@ impl PostgresConnection {
884
///
885
/// # Example
886
887
- /// ```rust
+ /// ```rust,no_run
888
/// # use postgres::{PostgresConnection, PostgresResult};
889
- ///
890
/// fn init_db(conn: &PostgresConnection) -> PostgresResult<()> {
891
/// static INIT_DB: &'static str = "
892
/// CREATE TABLE person (
0 commit comments