summaryrefslogtreecommitdiffstats
path: root/tests/file_yaml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/file_yaml.rs')
-rw-r--r--tests/file_yaml.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/file_yaml.rs b/tests/file_yaml.rs
index 440f985..a9a3b21 100644
--- a/tests/file_yaml.rs
+++ b/tests/file_yaml.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;