Skip to content

Commit 264a38f

Browse files
committed
chore: rename field
1 parent db82cd3 commit 264a38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/catalyst-signed-doc-macro/src/signed_doc_spec.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub(crate) struct DocSpec {
4444
#[serde(rename = "type")]
4545
pub(crate) doc_type: String,
4646
/// Document type metadata definitions
47-
pub(crate) metadata: node::MetadataNode,
47+
pub(crate) metadata: field::MetadataNode,
4848
}
4949

5050
impl CatalystSignedDocSpec {
@@ -58,7 +58,7 @@ impl CatalystSignedDocSpec {
5858
}
5959
}
6060

61-
pub(crate) mod node {
61+
pub(crate) mod field {
6262
/// "required" field definition
6363
#[derive(serde::Deserialize)]
6464
#[serde(rename_all = "lowercase")]

0 commit comments

Comments
 (0)