diff options
| author | Austin Hellyer <[email protected]> | 2016-11-21 19:28:26 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-21 19:28:26 -0800 |
| commit | 59f546d8d84d8dad76c1f159f1cd7ef4ccea00fb (patch) | |
| tree | 9e89a122328f14e298c50681e432a3bf3d5d50e9 /src/lib.rs | |
| parent | Re-organize the client module (diff) | |
| download | serenity-59f546d8d84d8dad76c1f159f1cd7ef4ccea00fb.tar.xz serenity-59f546d8d84d8dad76c1f159f1cd7ef4ccea00fb.zip | |
Don't unnecessarily borrow some if-lets
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ //! [docs]: https://discordapp.com/developers/docs/intro //! [examples]: https://github.com/zeyla/serenity.rs/tree/master/examples //! [state docs]: ext/state/index.html -#![allow(inline_always, unknown_lints)] +#![allow(doc_markdown, inline_always, unknown_lints)] #![warn(dead_code, enum_glob_use, if_not_else)] #[macro_use] |