mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 13:58:55 +08:00 
			
		
		
		
	Fix stale doc
This commit is contained in:
		| @@ -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}; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user