summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2016-08-26 09:30:09 +0900
committerPaul Masurel <paul.masurel@gmail.com>2016-08-26 09:30:09 +0900
commit59150ad80279bc9c1f0f4a00e82c352c120ce11a (patch)
tree470b6a19e712fbbcc799dbbd27ccf1ca6714062a /examples
parentce95bfd9a59c2230088661f51bddcace8b0b32a5 (diff)
superficial refactoring
Diffstat (limited to 'examples')
-rw-r--r--examples/simple_search.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/simple_search.rs b/examples/simple_search.rs
index bc9104f..c1a80d1 100644
--- a/examples/simple_search.rs
+++ b/examples/simple_search.rs
@@ -2,7 +2,6 @@ extern crate rustc_serialize;
extern crate tantivy;
extern crate tempdir;
-use std::fs;
use std::path::Path;
use tempdir::TempDir;
use tantivy::Index;
@@ -10,7 +9,6 @@ use tantivy::schema::*;
use tantivy::collector::TopCollector;
use tantivy::query::QueryParser;
use tantivy::query::Query;
-use std::path::PathBuf;
fn main() {