Silence an 'unused' warning

This commit is contained in:
Simon Sapin 2018-05-03 12:14:41 +02:00
parent eda59780e9
commit 3bcf64be7b

View file

@ -191,7 +191,8 @@ fn compute_damage(old: &ComputedValues, new: &ComputedValues) -> ServoRestyleDam
// This should check every CSS property, as enumerated in the fields of
// http://doc.servo.org/style/properties/struct.ComputedValues.html
restyle_damage_rebuild_and_reflow!(
// This uses short-circuiting boolean OR for its side effects and ignores the result.
let _ = restyle_damage_rebuild_and_reflow!(
old,
new,
damage,