diff options
| author | acdenisSK <[email protected]> | 2017-08-19 18:21:10 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-08-19 18:21:10 +0200 |
| commit | b95459703b30b1d9c5d265bb908fad35ff93ebbc (patch) | |
| tree | 6745bed57c412868307f8e2b36194c43143bda3e /src/lib.rs | |
| parent | Revert back to `deserialize_map` (diff) | |
| download | serenity-b95459703b30b1d9c5d265bb908fad35ff93ebbc.tar.xz serenity-b95459703b30b1d9c5d265bb908fad35ff93ebbc.zip | |
Add html_root_url
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)] |