From 32e7f8efbaccb67bdd4bd6b5099e31c34d3d8bd6 Mon Sep 17 00:00:00 2001 From: Alex Hayton Date: Tue, 30 Jul 2024 12:29:15 +0100 Subject: [PATCH] Clippy fix --- jaenokhwa-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jaenokhwa-core/Cargo.toml b/jaenokhwa-core/Cargo.toml index 4fb034e..c2d970a 100644 --- a/jaenokhwa-core/Cargo.toml +++ b/jaenokhwa-core/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/AlexHayton/jaenokhwa" default = [] serialize = ["serde"] docs-features = ["serialize"] -test-fail-warnings = [] +test-fail-warning = [] [dependencies] thiserror = "1.0"