From e96d37d9627fa482439104bff73b0bbaa5f202c2 Mon Sep 17 00:00:00 2001 From: Abdulrahim Al Methiab Date: Sun, 4 Feb 2024 18:21:24 +0100 Subject: [PATCH] cleanup --- src/encoder.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/encoder.rs b/src/encoder.rs index 842f22d..66a88fd 100644 --- a/src/encoder.rs +++ b/src/encoder.rs @@ -148,7 +148,6 @@ impl SdObjectEncoder { let parent = parent_pointer .get(&self.object) - // .map_err(|err| Error::InvalidPath("specified path does not match a json value".to_string()))?; .map_err(|err| Error::InvalidPath(format!("{:?}", err)))?; match parent {