From 2c59f87c1408ef633b8749f6688dc42129054a36 Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Wed, 1 Nov 2017 13:10:16 -0700 Subject: Fix doctests for a variety of feature targets --- tests/test_create_embed.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_create_embed.rs') diff --git a/tests/test_create_embed.rs b/tests/test_create_embed.rs index 8cc0de7..5c51dc6 100644 --- a/tests/test_create_embed.rs +++ b/tests/test_create_embed.rs @@ -1,5 +1,5 @@ #![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] -#![cfg(feature = "utils")] +#![cfg(all(feature = "builder", feature = "utils"))] #[macro_use] extern crate serde_json; -- cgit v1.2.3