From 1612293b617f5459d2313c776d5117401c6aa8c2 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Tue, 25 Sep 2018 23:58:34 -0700 Subject: Fix #75; tests run with --no-default-features --- tests/file.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/file.rs') diff --git a/tests/file.rs b/tests/file.rs index c89d5da..0680c2a 100644 --- a/tests/file.rs +++ b/tests/file.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "yaml")] + extern crate config; use config::*; -- cgit v1.2.3