summaryrefslogtreecommitdiffstats
path: root/tests/file_json.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file_json.rs')
-rw-r--r--tests/file_json.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/file_json.rs b/tests/file_json.rs
index 5a04afd..6c1be8e 100644
--- a/tests/file_json.rs
+++ b/tests/file_json.rs
@@ -4,8 +4,7 @@ extern crate config;
extern crate float_cmp;
extern crate serde;
-#[macro_use]
-extern crate serde_derive;
+use serde_derive::Deserialize;
use std::path::PathBuf;