From a4312599f7c04709a92b7be238dcf577bafbb14f Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 12 Nov 2025 04:26:02 +0330 Subject: cleanup - remove deprecated code - add `[lints] workspace=true` to every Cargo.toml, to make modifying clippy lints easier for later - remove some unnecessary #[allow]s - use Vec3i in some parts of the collision code --- azalea-client/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea-client') diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 5512fb60..1dba73c1 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -47,3 +47,6 @@ default = ["log", "packet-event"] # enables bevy_log::LogPlugin by default log = ["bevy_log"] packet-event = [] + +[lints] +workspace = true -- cgit v1.2.3