mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-09 21:12:19 +08:00
Merge pull request #1557 from OldEnglishSheepdog/params-doc
Repairing description comment of params! macro
This commit is contained in:
@@ -151,7 +151,7 @@ pub(crate) use util::SmallCString;
|
|||||||
// Number of cached prepared statements we'll hold on to.
|
// Number of cached prepared statements we'll hold on to.
|
||||||
const STATEMENT_CACHE_DEFAULT_CAPACITY: usize = 16;
|
const STATEMENT_CACHE_DEFAULT_CAPACITY: usize = 16;
|
||||||
|
|
||||||
/// A macro making it more convenient to longer lists of
|
/// A macro making it more convenient to pass longer lists of
|
||||||
/// parameters as a `&[&dyn ToSql]`.
|
/// parameters as a `&[&dyn ToSql]`.
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
|
Reference in New Issue
Block a user