3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-04-01 11:32:57 +08:00

Fix doc example

This commit is contained in:
gwenn 2024-10-18 20:10:35 +02:00
parent 0bf85a801c
commit 35c9bb8cb0

@ -1105,6 +1105,7 @@ impl fmt::Debug for Connection {
/// So you should break the loop when an error is raised by the `next` method. /// So you should break the loop when an error is raised by the `next` method.
/// ///
/// ```rust /// ```rust
/// use fallible_iterator::FallibleIterator;
/// use rusqlite::{Batch, Connection, Result}; /// use rusqlite::{Batch, Connection, Result};
/// ///
/// fn main() -> Result<()> { /// fn main() -> Result<()> {