diff options
| author | Zeyla Hellyer <[email protected]> | 2017-11-01 13:10:16 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-11-01 13:10:16 -0700 |
| commit | 2c59f87c1408ef633b8749f6688dc42129054a36 (patch) | |
| tree | ae94858d2a86dd23c0f4ad64c369069909c90050 /tests/test_create_embed.rs | |
| parent | Fix no-client cache tests (diff) | |
| download | serenity-2c59f87c1408ef633b8749f6688dc42129054a36.tar.xz serenity-2c59f87c1408ef633b8749f6688dc42129054a36.zip | |
Fix doctests for a variety of feature targets
Diffstat (limited to 'tests/test_create_embed.rs')
| -rw-r--r-- | tests/test_create_embed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |