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 dab2deb commit 0474cf7Copy full SHA for 0474cf7
rust/signed_doc/src/validator/mod.rs
@@ -90,7 +90,7 @@ fn proposal_comment_rule() -> Rules {
90
},
91
doc_ref: RefRule::Specified {
92
exp_ref_types: vec![PROPOSAL.clone()],
93
- multiple: true,
+ multiple: false,
94
optional: false,
95
96
reply: ReplyRule::Specified {
@@ -147,7 +147,7 @@ fn proposal_submission_action_rule() -> Rules {
147
148
149
150
151
152
153
reply: ReplyRule::NotSpecified,
0 commit comments