Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit c7d2d81

Browse files
committed
Remove unused macros
1 parent d93940a commit c7d2d81

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

fry_normalize/src/lib.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ macro_rules! regex_get_all {
6868
}};
6969
}
7070

71-
#[cfg(test)]
72-
macro_rules! regex_tag {
73-
($regex:expr, $func:ident, $list:ident) => {{
74-
let boxed: Box<dyn TaggingHandler> = Box::new($func);
75-
let set = (Regex::new($regex).unwrap(), boxed);
76-
$list.push(set);
77-
}};
78-
}
79-
8071
macro_rules! auto_into_enum {
8172
($type:ty, $variant:path, $inner:ty) => {
8273
impl From<$inner> for $type {

0 commit comments

Comments
 (0)