From 0bcea6031e3d0b48acb15f6a7dfdab670ec8fcfc Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Jan 2022 13:27:48 -0800 Subject: get test situation in order --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index eec55db..3f266c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,10 +15,6 @@ bitvec = "0.19" "serde" = { version = "1.0", optional = true } "serde_derive" = { version = "1.0", optional = true } -[[test]] -name = "test" -path = "test/test.rs" - [features] default = ["std", "use-serde"] -- cgit v1.1