From aa2039c86888e8ef47072fde63634ec58b22a654 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 20 Mar 2025 03:35:59 +0000 Subject: upgrade deps and slightly improve docs --- azalea/src/swarm/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea/src') 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 { /// 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, -- cgit v1.2.3