mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-23 00:08:15 +08:00
Fix stale doc
This commit is contained in:
parent
a312582d11
commit
f0990c38bf
@ -264,8 +264,8 @@ impl_for_array_ref!(
|
|||||||
///
|
///
|
||||||
/// ## Realistic use case
|
/// ## Realistic use case
|
||||||
///
|
///
|
||||||
/// Here's how you'd use `ParamsFromIter` to call a function with no `_iter`
|
/// Here's how you'd use `ParamsFromIter` to call [`Statement::exists`] with a
|
||||||
/// equivalent, e.g. [`Statement::exists`].
|
/// dynamic number of parameters.
|
||||||
///
|
///
|
||||||
/// ```rust,no_run
|
/// ```rust,no_run
|
||||||
/// use rusqlite::{Connection, Result};
|
/// use rusqlite::{Connection, Result};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user