aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-21 19:28:26 -0800
committerAustin Hellyer <[email protected]>2016-11-21 19:28:26 -0800
commit59f546d8d84d8dad76c1f159f1cd7ef4ccea00fb (patch)
tree9e89a122328f14e298c50681e432a3bf3d5d50e9 /src/lib.rs
parentRe-organize the client module (diff)
downloadserenity-59f546d8d84d8dad76c1f159f1cd7ef4ccea00fb.tar.xz
serenity-59f546d8d84d8dad76c1f159f1cd7ef4ccea00fb.zip
Don't unnecessarily borrow some if-lets
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 c67a201..4daa8d9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -74,7 +74,7 @@
//! [docs]: https://discordapp.com/developers/docs/intro
//! [examples]: https://github.com/zeyla/serenity.rs/tree/master/examples
//! [state docs]: ext/state/index.html
-#![allow(inline_always, unknown_lints)]
+#![allow(doc_markdown, inline_always, unknown_lints)]
#![warn(dead_code, enum_glob_use, if_not_else)]
#[macro_use]