servo/components/style/queries
Jonathan Kew 8a2cfc0b24 style: Use write_char in place of write_str when serializing single-character literals
Generated by running

  find servo/components/style -name "*.rs" -exec perl -p -i -e "s/write_str\(\"(.)\"\)/write_char('\1')/g" {} \;

(and then added `use std::fmt::Write;` in a couple of places to fix build errors that arose).

Differential Revision: https://phabricator.services.mozilla.com/D168217
2023-11-06 09:35:57 +01:00
..
condition.rs style: Implement Kleene logic for query feature expressions 2023-11-04 08:17:09 +01:00
feature.rs style: Fix container orientation evaluation 2023-11-04 08:17:09 +01:00
feature_expression.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00
mod.rs style: Add parsing for <general-enclosed> in queries conditions 2023-11-04 08:17:09 +01:00
values.rs style: Fix container orientation evaluation 2023-11-04 08:17:09 +01:00