diff options
| author | mat <git@matdoes.dev> | 2025-03-20 03:35:59 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-03-20 03:35:59 +0000 |
| commit | aa2039c86888e8ef47072fde63634ec58b22a654 (patch) | |
| tree | bc69430f3e0f0d488d6154b72addfc80bbe563a7 /azalea/src | |
| parent | 5c7332b4692986f8c0ca969d79a6eb39feca686a (diff) | |
| download | azalea-drasl-aa2039c86888e8ef47072fde63634ec58b22a654.tar.xz | |
upgrade deps and slightly improve docs
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, |
