From d9b94c6372f7c1b27feaf7f98b9d85074c06a498 Mon Sep 17 00:00:00 2001 From: Eduardo Pinho Date: Thu, 7 Mar 2024 10:29:39 +0000 Subject: [PATCH] Update json/src/de/mod.rs --- json/src/de/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/src/de/mod.rs b/json/src/de/mod.rs index 296089c38..8c5770ac3 100644 --- a/json/src/de/mod.rs +++ b/json/src/de/mod.rs @@ -171,7 +171,7 @@ where if let Some(value) = value { // deserialize value in different ways // depending on VR - match vr.unwrap() { + match vr { // sequence VR::SQ => { let items: Vec>> =