We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee0390 commit 681a33aCopy full SHA for 681a33a
rust/signed_doc/src/metadata/extra_fields.rs
@@ -42,7 +42,7 @@ pub struct ExtraFields {
42
#[serde(skip_serializing_if = "Option::is_none")]
43
pub(super) section: Option<String>,
44
/// Reference to the document collaborators. Collaborator type is TBD.
45
- #[serde(skip_serializing_if = "Vec::is_empty")]
+ #[serde(default = "Vec::new", skip_serializing_if = "Vec::is_empty")]
46
pub(super) collabs: Vec<String>,
47
/// Unique identifier for the brand that is running the voting.
48
0 commit comments