• 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