aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c454a88..793ad12 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -62,7 +62,7 @@
//!
//! ```toml
//! [dependencies]
-//! serenity = "0.1"
+//! serenity = "0.2"
//! ```
//!
//! and to the top of your `main.rs`:
@@ -85,7 +85,6 @@
//! [examples]: https://github.com/zeyla/serenity/tree/master/examples
//! [gateway docs]: client/gateway/index.html
#![allow(doc_markdown, inline_always, unknown_lints)]
-#![doc(html_logo_url="https://zey.moe/u/serenity$header.png")]
#![warn(enum_glob_use, if_not_else)]
#[macro_use]