summaryrefslogtreecommitdiffstats
path: root/tests/file_yaml.rs
diff options
context:
space:
mode:
authorDaniel Eades <danieleades@hotmail.com>2021-12-29 11:52:42 +0000
committerDaniel Eades <danieleades@hotmail.com>2021-12-29 11:52:42 +0000
commit1ddb66c26bc7d7dcffca93b9c0b7de683b6e91e2 (patch)
treee65b57692fec03a2849a1ed5fd2a9c1985c8da7d /tests/file_yaml.rs
parentc8c50e5a8e6ea5ebfe2bc3718f11aec6b3121117 (diff)
use explicit imports for macros
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;