From b95459703b30b1d9c5d265bb908fad35ff93ebbc Mon Sep 17 00:00:00 2001 From: acdenisSK Date: Sat, 19 Aug 2017 18:21:10 +0200 Subject: Add html_root_url --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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)] -- cgit v1.2.3