aboutsummaryrefslogtreecommitdiff
path: root/tests/test_parsers.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-06-24 09:31:25 -0700
committerZeyla Hellyer <[email protected]>2017-06-24 09:31:25 -0700
commita2617073f9b0cae1fd5734975bedbfa864d2cfcd (patch)
treef9b9dced423177bbe4f893394d578d2f3a2e9f90 /tests/test_parsers.rs
parentMake Message::nonce a serde_json::Value (diff)
downloadserenity-a2617073f9b0cae1fd5734975bedbfa864d2cfcd.tar.xz
serenity-a2617073f9b0cae1fd5734975bedbfa864d2cfcd.zip
Fix no-feature tests
Diffstat (limited to 'tests/test_parsers.rs')
-rw-r--r--tests/test_parsers.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_parsers.rs b/tests/test_parsers.rs
index 768c7c4..7823ccb 100644
--- a/tests/test_parsers.rs
+++ b/tests/test_parsers.rs
@@ -1,3 +1,5 @@
+#![cfg(feature="utils")]
+
extern crate serenity;
use serenity::utils::*;