diff --git a/src/subscription.rs b/src/subscription.rs index ecadb11..725d39c 100644 --- a/src/subscription.rs +++ b/src/subscription.rs @@ -37,6 +37,9 @@ pub struct ReqFilter { #[serde(skip)] pub tags: Option>>, /// Force no matches due to malformed data + // we can't represent it in the req filter, so we don't want to + // erroneously match. This basically indicates the req tried to + // do something invalid. pub force_no_match: bool, }