rustfmt: enable reorder imports.

This commit is contained in:
Jordan Petridis
2018-01-17 08:57:02 +02:00
parent e707087e72
commit 574cfae5c6
27 changed files with 108 additions and 111 deletions
+1 -1
View File
@@ -12,8 +12,8 @@ extern crate test;
use test::Bencher;
use hammond_data::Source;
use hammond_data::feed::*;
use hammond_data::database::truncate_db;
use hammond_data::feed::*;
use std::io::BufReader;