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 5e1c379 commit 918dbd4Copy full SHA for 918dbd4
rust/catalyst-signed-doc-macro/src/rules/content_type.rs
@@ -19,7 +19,7 @@ pub(crate) fn into_rule(
19
);
20
21
return Ok(quote! {
22
- crate::validator::rules::ContentTypeRule::Unspecified
+ crate::validator::rules::ContentTypeRule::NotSpecified
23
});
24
}
25
rust/catalyst-signed-doc-macro/src/signed_doc_spec/content_type.rs
@@ -4,7 +4,6 @@
4
#[derive(serde::Deserialize)]
5
#[allow(clippy::missing_docs_in_private_items)]
6
pub(crate) struct ContentType {
7
- #[allow(dead_code)]
8
pub(crate) required: super::IsRequired,
9
pub(crate) value: String,
10
0 commit comments