aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-08-19 02:05:11 +0200
committeracdenisSK <[email protected]>2017-08-19 02:05:39 +0200
commit3e97e77ce8878c65cf3051c053d32af8e4888957 (patch)
tree5c0d90317ec87b1e4740b78e41a78ba9e3f2b924 /src/lib.rs
parentFix a failing test (#140) (diff)
downloadserenity-3e97e77ce8878c65cf3051c053d32af8e4888957.tar.xz
serenity-3e97e77ce8878c65cf3051c053d32af8e4888957.zip
Clippy
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4fc9d68..a9c4cc2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -85,7 +85,7 @@
//! [examples]: https://github.com/zeyla/serenity/tree/master/examples
//! [gateway docs]: gateway/index.html
#![allow(doc_markdown, inline_always, unknown_lints)]
-#![warn(enum_glob_use, if_not_else)]
+#![warn(enum_glob_use)]
#[macro_use]
extern crate bitflags;