mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +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
|
||||
|
||||
```rust
|
||||
use std::path::Path;
|
||||
|
||||
let database = sqlite::open(":memory:").unwrap();
|
||||
|
||||
database.execute(r#"
|
||||
|
@ -3,8 +3,6 @@
|
||||
//! ## Example
|
||||
//!
|
||||
//! ```
|
||||
//! use std::path::Path;
|
||||
//!
|
||||
//! let database = sqlite::open(":memory:").unwrap();
|
||||
//!
|
||||
//! database.execute(r#"
|
||||
|
Loading…
x
Reference in New Issue
Block a user