Update README example

This commit is contained in:
gwenn
2019-11-01 18:27:56 +01:00
parent 4923d8f8da
commit 317abe6155
2 changed files with 8 additions and 10 deletions

View File

@@ -2,7 +2,6 @@
//! expose an interface similar to [rust-postgres](https://github.com/sfackler/rust-postgres).
//!
//! ```rust
//! use rusqlite::types::ToSql;
//! use rusqlite::{params, Connection, Result};
//! use time::Timespec;
//!