servo/components/style/gecko_bindings/sugar
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
..
mod.rs style: Remove nsStyleCoord. 2019-07-08 12:45:36 +02:00
ns_com_ptr.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
ns_compatibility.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
ns_style_auto_array.rs style: Make scroll-timeline-{name|axis} be a coordinating list property group 2023-11-06 09:35:57 +01:00
ns_t_array.rs style: Inline nsTArray::deref. 2021-02-26 16:44:05 +01:00
origin_flags.rs style: Rustfmt recent changes. 2019-01-07 00:32:54 +01:00
ownership.rs style: Port the style crate to rust 2018. 2020-06-18 23:51:15 +02:00
refptr.rs style: Use write_char in place of write_str when serializing single-character literals 2023-11-06 09:35:57 +01:00