| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Auto merge of #335 - nicoburns:encapsulate-unsafe-in-macro, r=SimonSapin Encapsulate unsafe in `_cssparser_internal_to_lowercase` macro # Objective - Allow the `_cssparser_internal_to_lowercase` macro to be used in crates that set `#[forbid(unsafe)]`. - Document the safety invariant for this unsafe block ## Changes made - Wrap the `unsafe` block in the `_cssparser_internal_to_lowercase` macro in an `#[inline(always)]` function. - Add comments ## Context - DioxusLabs/taffy#460 (comment)
| Back | FazBrowse Home | New Git URL |