mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Add missing import
This commit is contained in:
parent
40fbc5ca10
commit
ca41531f6f
@ -513,7 +513,7 @@ impl Connection {
|
||||
/// ### With positional params of varying types
|
||||
///
|
||||
/// ```rust,no_run
|
||||
/// # use rusqlite::{Connection};
|
||||
/// # use rusqlite::{params, Connection};
|
||||
/// fn update_rows(conn: &Connection) {
|
||||
/// match conn.execute("UPDATE foo SET bar = 'baz' WHERE qux = ?1 AND quux = ?2", params![1i32, 1.5f64]) {
|
||||
/// Ok(updated) => println!("{} rows were updated", updated),
|
||||
|
Loading…
Reference in New Issue
Block a user