From 1968002d656383069a386bd874c9f0cc83e3116e Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 15 Aug 2025 19:36:22 +0200 Subject: feat(rule-exec): receive messages --- lib/warden-core/src/configuration/conv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/warden-core/src/configuration/conv.rs') diff --git a/lib/warden-core/src/configuration/conv.rs b/lib/warden-core/src/configuration/conv.rs index c5c7768..02f0d27 100644 --- a/lib/warden-core/src/configuration/conv.rs +++ b/lib/warden-core/src/configuration/conv.rs @@ -103,7 +103,7 @@ impl serde::Serialize for GenericParameter { where S: serde::Serializer, { - let json = serde_json::Value::from(self.0.clone()); + let json = self.0.clone(); json.serialize(serializer) } } -- cgit v1.2.3