aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-03-20 03:35:59 +0000
committermat <git@matdoes.dev>2025-03-20 03:35:59 +0000
commitaa2039c86888e8ef47072fde63634ec58b22a654 (patch)
treebc69430f3e0f0d488d6154b72addfc80bbe563a7 /azalea/src
parent5c7332b4692986f8c0ca969d79a6eb39feca686a (diff)
downloadazalea-drasl-aa2039c86888e8ef47072fde63634ec58b22a654.tar.xz
upgrade deps and slightly improve docs
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/swarm/mod.rs1
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,