update code to fit the last rust version requirements

This commit is contained in:
heavenboy8
2022-08-12 14:11:30 +02:00
parent f6da1acefc
commit 569b19c160
2 changed files with 6 additions and 4 deletions

View File

@@ -202,7 +202,7 @@ impl Statement<'_> {
/// }
/// ```
///
/// Or, equivalently (but without the [`params!`] macro).
/// Or, equivalently (but without the [`crate::params!`] macro).
///
/// ```rust,no_run
/// # use rusqlite::{Connection, Result};