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_channels.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_channels.rs')
| -rw-r--r-- | tests/test_channels.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_channels.rs b/tests/test_channels.rs index 7a3f9c3..d871d5d 100644 --- a/tests/test_channels.rs +++ b/tests/test_channels.rs @@ -1,3 +1,5 @@ +#![cfg(feature = "model")] + extern crate serenity; #[cfg(feature = "utils")] |