mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-15 16:21:21 +00:00
Remove unnecessary uses in the examples
This commit is contained in:
@ -3,8 +3,6 @@
|
||||
//! ## Example
|
||||
//!
|
||||
//! ```
|
||||
//! use std::path::Path;
|
||||
//!
|
||||
//! let database = sqlite::open(":memory:").unwrap();
|
||||
//!
|
||||
//! database.execute(r#"
|
||||
|
Reference in New Issue
Block a user