From e0e3a620f7d31026de5f6d75b917ed3f2b46d0a2 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Mon, 19 Feb 2024 20:46:27 +0100 Subject: [PATCH] fix(): Fix invalid lints entry (#135) --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 89cbbf0..1b313cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,9 +29,6 @@ redundant_else = "warn" match_same_arms = "warn" semicolon_if_nothing_returned = "warn" -[lints] -workspace = true - #### --------------------Dev/ debug------------------------------- # Enable high optimizations for dependencies (incl. Bevy), but not for our code: [profile.dev.package."*"]