Clippy suggestions

This commit is contained in:
Jordan Petridis
2018-01-29 19:09:53 +02:00
parent 817d5d9cf7
commit 2f062afb07
5 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -89,7 +89,7 @@ fn bench_index_large_feed(c: &mut Criterion) {
.source_id(s.id())
.build()
.unwrap();
let _foo = core.run(feed.index()).unwrap();
core.run(feed.index()).unwrap();
})
});
truncate_db().unwrap();
@@ -110,7 +110,7 @@ fn bench_index_small_feed(c: &mut Criterion) {
.source_id(s.id())
.build()
.unwrap();
let _foo = core.run(feed.index()).unwrap();
core.run(feed.index()).unwrap();
})
});
truncate_db().unwrap();