mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Replace some more uses of write!
in components/style
This commit is contained in:
parent
fae2da0f59
commit
5d06c9959f
12 changed files with 33 additions and 28 deletions
|
@ -273,7 +273,7 @@ macro_rules! impl_gecko_keyword_conversions {
|
|||
% if product == "gecko":
|
||||
// We should treat -moz-fixed as monospace
|
||||
if name == &atom!("-moz-fixed") {
|
||||
return write!(dest, "monospace");
|
||||
return dest.write_str("monospace");
|
||||
}
|
||||
% endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue