aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-08-19 18:21:10 +0200
committeracdenisSK <[email protected]>2017-08-19 18:21:10 +0200
commitb95459703b30b1d9c5d265bb908fad35ff93ebbc (patch)
tree6745bed57c412868307f8e2b36194c43143bda3e /src/lib.rs
parentRevert back to `deserialize_map` (diff)
downloadserenity-b95459703b30b1d9c5d265bb908fad35ff93ebbc.tar.xz
serenity-b95459703b30b1d9c5d265bb908fad35ff93ebbc.zip
Add html_root_url
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1af1f93..2fd0519 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -84,6 +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")]
#![allow(doc_markdown, inline_always, unknown_lints)]
#![warn(enum_glob_use, if_not_else)]