mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Remove values::Verbatim.
No point of having two things that do the same. Bug: 1457635 Reviewed-by: xidorn MozReview-Commit-ID: Do1L4bvOeVQ
This commit is contained in:
parent
c508d8576d
commit
40a616920c
2 changed files with 1 additions and 16 deletions
|
@ -175,7 +175,7 @@ fn derive_single_field_expr(
|
|||
{
|
||||
let mut iter = #field.iter().peekable();
|
||||
if iter.peek().is_none() {
|
||||
writer.item(&::style_traits::values::Verbatim(#if_empty))?;
|
||||
writer.raw_item(#if_empty)?;
|
||||
} else {
|
||||
for item in iter {
|
||||
writer.item(&item)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue