mirror of
https://github.com/isar/rusqlite.git
synced 2025-02-21 15:28:14 +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
|
||||
///
|
||||
/// Here's how you'd use `ParamsFromIter` to call a function with no `_iter`
|
||||
/// equivalent, e.g. [`Statement::exists`].
|
||||
/// Here's how you'd use `ParamsFromIter` to call [`Statement::exists`] with a
|
||||
/// dynamic number of parameters.
|
||||
///
|
||||
/// ```rust,no_run
|
||||
/// use rusqlite::{Connection, Result};
|
||||
|
Loading…
x
Reference in New Issue
Block a user