clippy::doc_markdown

This commit is contained in:
gwenn
2022-01-05 19:19:13 +01:00
committed by Thom Chiovoloni
parent 98b3d84fa5
commit 01c4be82c8
9 changed files with 27 additions and 27 deletions

View File

@@ -367,8 +367,8 @@ impl Connection {
///
/// The callback parameters are:
///
/// - the type of database update (SQLITE_INSERT, SQLITE_UPDATE or
/// SQLITE_DELETE),
/// - the type of database update (`SQLITE_INSERT`, `SQLITE_UPDATE` or
/// `SQLITE_DELETE`),
/// - the name of the database ("main", "temp", ...),
/// - the name of the table that is updated,
/// - the ROWID of the row that is updated.