diff options
| author | Zeyla Hellyer <[email protected]> | 2017-09-24 16:14:12 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-09-24 16:14:12 -0700 |
| commit | 5aaca63f9b2974f312e68adf6cb18bdadbdbb148 (patch) | |
| tree | b261633008490455f4ffc28ac4e55e2c82b3635a /src/client/bridge/gateway/mod.rs | |
| parent | Add a shard manager (diff) | |
| download | serenity-5aaca63f9b2974f312e68adf6cb18bdadbdbb148.tar.xz serenity-5aaca63f9b2974f312e68adf6cb18bdadbdbb148.zip | |
Fix tests and example 05
Diffstat (limited to 'src/client/bridge/gateway/mod.rs')
| -rw-r--r-- | src/client/bridge/gateway/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/bridge/gateway/mod.rs b/src/client/bridge/gateway/mod.rs index 0bfd4e6..24170e0 100644 --- a/src/client/bridge/gateway/mod.rs +++ b/src/client/bridge/gateway/mod.rs @@ -19,6 +19,7 @@ type LockedShard = Parked<Shard>; pub enum ShardManagerMessage { Restart(ShardId), Shutdown(ShardId), + #[allow(dead_code)] ShutdownAll, } |