From 56c36f7ddccd10703abac8dd54b3c334f7acf74d Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Fri, 19 Jun 2015 09:21:31 -0400 Subject: [PATCH] Remove unnecessary uses in the examples --- README.md | 2 -- src/lib.rs | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 373b993..60dc63a 100644 --- a/README.md +++ b/README.md @@ -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#" diff --git a/src/lib.rs b/src/lib.rs index 3d3649d..f91bba5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,8 +3,6 @@ //! ## Example //! //! ``` -//! use std::path::Path; -//! //! let database = sqlite::open(":memory:").unwrap(); //! //! database.execute(r#"