servo/components/style/gecko_bindings
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
..
sugar 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: Green up and re-enable style system layout tests 2023-11-04 08:17:09 +01:00