aboutsummaryrefslogtreecommitdiff
path: root/src/client/bridge/gateway/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/bridge/gateway/mod.rs')
-rw-r--r--src/client/bridge/gateway/mod.rs1
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,
}