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:
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<()> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user