protocols/gossipsub: Remove regex-filter feature flag (#2056)

Remove `regex-filter` feature flag thus always enabling
`regex::RegexSubscriptionFilter`.
This commit is contained in:
Tomas Zemanovic
2021-04-27 15:00:13 +02:00
committed by GitHub
parent 5ee003b76e
commit 6257a8d402
5 changed files with 8 additions and 3 deletions

View File

@@ -200,7 +200,6 @@ where
}
}
#[cfg(feature = "regex-filter")]
pub mod regex {
use super::TopicSubscriptionFilter;
use crate::TopicHash;