diff options
Diffstat (limited to 'azalea/src')
| -rw-r--r-- | azalea/src/swarm/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/src/swarm/mod.rs b/azalea/src/swarm/mod.rs index 17a3dfe3..59a83845 100644 --- a/azalea/src/swarm/mod.rs +++ b/azalea/src/swarm/mod.rs @@ -539,6 +539,7 @@ impl Default for SwarmBuilder<NoState, NoSwarmState, (), ()> { /// An event about something that doesn't have to do with a single bot. #[derive(Clone, Debug)] +#[non_exhaustive] pub enum SwarmEvent { /// All the bots in the swarm have successfully joined the server. Login, |
