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

@@ -187,7 +187,7 @@ where
/// `FallibleStreamingIterator` differs from the standard library's `Iterator`
/// in two ways:
/// * each call to `next` (sqlite3_step) can fail.
/// * each call to `next` (`sqlite3_step`) can fail.
/// * returned `Row` is valid until `next` is called again or `Statement` is
/// reset or finalized.
///