File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " cssparser"
4
- version = " 0.12.3 "
4
+ version = " 0.12.4 "
5
5
authors = [ " Simon Sapin <simon.sapin@exyr.org>" ]
6
6
7
7
description = " Rust implementation of CSS Syntax Level 3"
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ macro_rules! ascii_case_insensitive_phf_map {
82
82
ascii_case_insensitive_phf_map!( $name -> $ValueType = { $( $key => $value, ) * } )
83
83
} ;
84
84
( $name: ident -> $ValueType: ty = { $( $key: expr => $value: expr, ) * } ) => {
85
- fn $name( input: & str ) -> Option <& ' static $ValueType> {
85
+ pub fn $name( input: & str ) -> Option <& ' static $ValueType> {
86
86
cssparser_internal__invoke_proc_macro! {
87
87
cssparser_internal__phf_map!( ( $ValueType) $( $key ( $value) ) + )
88
88
}
You can’t perform that action at this time.
0 commit comments