mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 12:42:18 +08:00
update code to fit the last rust version requirements
This commit is contained in:
@@ -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};
|
||||
|
Reference in New Issue
Block a user