Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02) #20703

Merged
merged 4 commits into from May 4, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Silence an 'unused' warning

  • Loading branch information
SimonSapin committed May 4, 2018
commit 3bcf64be7bd190f00522886f7fd557dcfc7c6d22
@@ -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,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.