Skip to content

Commit 2406d12

Browse files
committed
Remove serde deny_unknown_fields from client
There was one use of the feature, but it is not needed since it is a struct for the input of an RPC and not the return. Remove the feature gate.
1 parent ced1f4f commit 2406d12

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • client/src/client_sync/v21

client/src/client_sync/v21/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ crate::impl_client_v17__get_zmq_notifications!();
192192

193193
/// Request object for the `importdescriptors` method.
194194
#[derive(Clone, Debug, PartialEq, Deserialize, Serialize)]
195-
#[serde(deny_unknown_fields)]
196195
pub struct ImportDescriptorsRequest {
197196
/// Descriptor to import.
198197
#[serde(rename = "desc")]

0 commit comments

Comments
 (0)