aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-07-02 14:33:23 +0200
committeracdenisSK <[email protected]>2017-07-02 18:29:29 +0200
commit511ec87280e8ddec6589f48fec8260bf2e598bdb (patch)
tree008846c1531ecd47887abb9623b98a960b1fa808 /tests
parentAdd a `quit` function` (diff)
downloadserenity-511ec87280e8ddec6589f48fec8260bf2e598bdb.tar.xz
serenity-511ec87280e8ddec6589f48fec8260bf2e598bdb.zip
Fix doc tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test_prelude.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_prelude.rs b/tests/test_prelude.rs
index 8c20540..c62e526 100644
--- a/tests/test_prelude.rs
+++ b/tests/test_prelude.rs
@@ -3,5 +3,6 @@ extern crate serenity;
#[allow(unused_imports)]
use serenity::prelude::{Mentionable, SerenityError};
+#[allow(unused_imports)]
#[cfg(feature="client")]
use serenity::prelude::{Client, ClientError};