mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-25 23:06:04 +08:00
Fix doc example
This commit is contained in:
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.
|
||||
///
|
||||
/// ```rust
|
||||
/// use fallible_iterator::FallibleIterator;
|
||||
/// use rusqlite::{Batch, Connection, Result};
|
||||
///
|
||||
/// fn main() -> Result<()> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user