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

Remove #![deny(warnings)] #19914

Merged
merged 1 commit into from Jan 31, 2018
Merged

Remove #![deny(warnings)] #19914

merged 1 commit into from Jan 31, 2018

Commits on Jan 31, 2018

  1. Remove #![deny(warnings)]

    We already have #19612
    to deny warnings at the time of landing into master.
    But it’s not useful to break the build when later compiler
    with a more recent Rust version that has introduced new warnings:
    
    https://bugzilla.mozilla.org/show_bug.cgi?id=1434619
    SimonSapin committed Jan 31, 2018
You can’t perform that action at this time.