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 db82cd3 commit 264a38fCopy full SHA for 264a38f
rust/catalyst-signed-doc-macro/src/signed_doc_spec.rs
@@ -44,7 +44,7 @@ pub(crate) struct DocSpec {
44
#[serde(rename = "type")]
45
pub(crate) doc_type: String,
46
/// Document type metadata definitions
47
- pub(crate) metadata: node::MetadataNode,
+ pub(crate) metadata: field::MetadataNode,
48
}
49
50
impl CatalystSignedDocSpec {
@@ -58,7 +58,7 @@ impl CatalystSignedDocSpec {
58
59
60
61
-pub(crate) mod node {
+pub(crate) mod field {
62
/// "required" field definition
63
#[derive(serde::Deserialize)]
64
#[serde(rename_all = "lowercase")]
0 commit comments