summaryrefslogtreecommitdiffstats
path: root/tests/legacy/file_toml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/legacy/file_toml.rs')
-rw-r--r--tests/legacy/file_toml.rs9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/legacy/file_toml.rs b/tests/legacy/file_toml.rs
index aa4d05f..dd4c952 100644
--- a/tests/legacy/file_toml.rs
+++ b/tests/legacy/file_toml.rs
@@ -1,13 +1,10 @@
#![cfg(feature = "toml")]
-extern crate config;
-extern crate float_cmp;
-extern crate serde;
-
+use serde_derive::Deserialize;
use std::path::PathBuf;
-use self::config::*;
-use self::float_cmp::ApproxEqUlps;
+use config::*;
+use float_cmp::ApproxEqUlps;
#[derive(Debug, Deserialize)]
struct Place {