diff options
| author | acdenisSK <[email protected]> | 2017-08-19 18:54:55 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-08-19 18:55:20 +0200 |
| commit | dd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe (patch) | |
| tree | 92a92eb60538c187096b62345f3b2a4e4b8d8313 /src/lib.rs | |
| parent | Move builtin framework impl to its own module (diff) | |
| download | serenity-dd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe.tar.xz serenity-dd3e2ef49dbcc9a5807678ac2ebd485a7d95b8fe.zip | |
Use wildcard
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)] |