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-language/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea-language') diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index fa7f3f97..6d927fda 100644 --- a/azalea-language/Cargo.toml +++ b/azalea-language/Cargo.toml @@ -9,3 +9,6 @@ repository.workspace = true [dependencies] compact_str = { workspace = true, features = ["serde"] } serde_json.workspace = true + +[lints] +workspace = true -- cgit v1.2.3