aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-08-19 18:54:55 +0200
committeracdenisSK <[email protected]>2017-08-19 18:55:20 +0200
commitdd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe (patch)
tree92a92eb60538c187096b62345f3b2a4e4b8d8313 /src/lib.rs
parentMove builtin framework impl to its own module (diff)
downloadserenity-dd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe.tar.xz
serenity-dd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe.zip
Use wildcard
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 70e6bc2..f3f03df 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -84,7 +84,7 @@
//! [docs]: https://discordapp.com/developers/docs/intro
//! [examples]: https://github.com/zeyla/serenity/tree/master/examples
//! [gateway docs]: gateway/index.html
-#![doc(html_root_url = "https://docs.rs/serenity/0.3.0")]
+#![doc(html_root_url = "https://docs.rs/serenity/*")]
#![allow(doc_markdown, inline_always, unknown_lints)]
#![warn(enum_glob_use, if_not_else)]