Bug 1343984 - Turn on warnings-as-errors for webrender_bindings. r=jrmuizel

MozReview-Commit-ID: C8r1IwbQP7g
This commit is contained in:
Kartikaya Gupta 2017-03-02 16:26:27 -05:00
Родитель 0b39a30695
Коммит da21c649df
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![deny(warnings)]
extern crate webrender;
extern crate webrender_traits;
extern crate euclid;