From dd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe Mon Sep 17 00:00:00 2001 From: acdenisSK Date: Sat, 19 Aug 2017 18:54:55 +0200 Subject: Use wildcard --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)] -- cgit v1.2.3