From c9a07ff61b607478e264fc0581076643c750fe98 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 16 Nov 2024 17:14:20 +0100 Subject: refactor(ecs): remove system param compatability checking --- ecs/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'ecs/Cargo.toml') diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index 0f86ef7..342f087 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" [features] debug = ["dep:tracing"] -system-param-compat-checks = [] [dependencies] seq-macro = "0.3.5" -- cgit v1.2.3-18-g5258