Skip to content

Commit d245947

Browse files
committed
macros: Keep the ability for ascii_case_insensitive_phf_map to reference custom types
1 parent 8ff38af commit d245947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/macros.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ macro_rules! ascii_case_insensitive_phf_map {
9494
};
9595
($name: ident -> $ValueType: ty = { $( $key: tt => $value: expr, )+ }) => {
9696
mod $name {
97+
#[allow(unused_imports)]
98+
use super::*;
9799
use $crate::_cssparser_internal_phf as phf;
98100
$crate::_cssparser_internal_max_len! {
99101
$( $key )+

0 commit comments

Comments
 (0)