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."*"]