summaryrefslogtreecommitdiffstats
path: root/tests/get.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/get.rs')
-rw-r--r--tests/get.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/get.rs b/tests/get.rs
index 8d6db51..1856cfb 100644
--- a/tests/get.rs
+++ b/tests/get.rs
@@ -7,9 +7,10 @@ extern crate serde;
#[macro_use]
extern crate serde_derive;
+use std::collections::{HashMap, HashSet};
+
use config::*;
use float_cmp::ApproxEqUlps;
-use std::collections::{HashMap, HashSet};
#[derive(Debug, Deserialize)]
struct Place {