aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/lib.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-12 06:07:51 -0100
committermat <git@matdoes.dev>2025-12-12 06:07:51 -0100
commit7f761df3e7b72ce75be21ab9b3a533d0a5a938a5 (patch)
treef7911496b0823bac849852ce1db90167af9a72bf /azalea-protocol/src/lib.rs
parentf9c25665c203d6377ace62f1e95381d037d8fd9e (diff)
downloadazalea-drasl-7f761df3e7b72ce75be21ab9b3a533d0a5a938a5.tar.xz
fix compilation errors with some feature combinations
Diffstat (limited to 'azalea-protocol/src/lib.rs')
-rw-r--r--azalea-protocol/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-protocol/src/lib.rs b/azalea-protocol/src/lib.rs
index b5c0fd1e..b481afb8 100644
--- a/azalea-protocol/src/lib.rs
+++ b/azalea-protocol/src/lib.rs
@@ -21,7 +21,6 @@ use std::{
pub mod common;
#[cfg(feature = "connecting")]
pub mod connect;
-#[cfg(feature = "packets")]
pub mod packets;
pub mod read;
pub mod resolve;