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 11[package ]
22
33name = " cssparser"
4- version = " 0.12.3 "
4+ version = " 0.12.4 "
55authors = [ " Simon Sapin <simon.sapin@exyr.org>" ]
66
77description = " 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 {
8282 ascii_case_insensitive_phf_map!( $name -> $ValueType = { $( $key => $value, ) * } )
8383 } ;
8484 ( $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> {
8686 cssparser_internal__invoke_proc_macro! {
8787 cssparser_internal__phf_map!( ( $ValueType) $( $key ( $value) ) + )
8888 }
You can’t perform that action at this time.
0 commit comments