We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26347c0 commit 60c4e1eCopy full SHA for 60c4e1e
1 file changed
src/services/interest.rs
@@ -6,6 +6,7 @@ use regex::{Regex, RegexBuilder};
6
lazy_static! {
7
static ref INTEREST_CACHE: HashMap::<&'static str, Regex> = {
8
create_map(&[
9
+ r".*\(Interface \d+\)",
10
"10moon",
11
"Acepen",
12
"Artisul",
0 commit comments