diff options
| author | Austin Hellyer <[email protected]> | 2016-11-10 07:32:40 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-10 07:32:40 -0800 |
| commit | 3c2c39b8b1bf492ec6d2327630c11eb8e71040b3 (patch) | |
| tree | 9dc36fc238c4c5891cda769aeb3e6cbd0d33609a /src/lib.rs | |
| parent | Correctly shutdown the connection (diff) | |
| download | serenity-3c2c39b8b1bf492ec6d2327630c11eb8e71040b3.tar.xz serenity-3c2c39b8b1bf492ec6d2327630c11eb8e71040b3.zip | |
Properly shutdown on connection Drop
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ //! [state docs]: ext/state/index.html #![allow(doc_markdown, unknown_lints)] #![allow(dead_code)] +#![feature(slice_patterns)] #[macro_use] extern crate bitflags; |