mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-10 10:16:04 +00:00
Remove unnecessary uses in the examples
This commit is contained in:
parent
9da539a257
commit
56c36f7ddc
@ -7,8 +7,6 @@ The package provides an interface to [SQLite][1].
|
|||||||
## Example
|
## Example
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
use std::path::Path;
|
|
||||||
|
|
||||||
let database = sqlite::open(":memory:").unwrap();
|
let database = sqlite::open(":memory:").unwrap();
|
||||||
|
|
||||||
database.execute(r#"
|
database.execute(r#"
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
//! ## Example
|
//! ## Example
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
//! use std::path::Path;
|
|
||||||
//!
|
|
||||||
//! let database = sqlite::open(":memory:").unwrap();
|
//! let database = sqlite::open(":memory:").unwrap();
|
||||||
//!
|
//!
|
||||||
//! database.execute(r#"
|
//! database.execute(r#"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user