Fix doc example

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

View File

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