mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-13 19:22:19 +08:00
Fix doc example
This commit is contained in:
@@ -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<()> {
|
||||
|
Reference in New Issue
Block a user