Fix stale doc

This commit is contained in:
Thom Chiovoloni 2020-11-03 01:50:40 -08:00
parent a312582d11
commit f0990c38bf

View File

@ -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};