Disable non_snake_case warnings in devtools

This commit is contained in:
Matt Brubeck 2014-09-23 11:45:08 -07:00
parent 4546d5d23c
commit d2e6985ef7
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,8 @@
#![comment = "The Servo Parallel Browser Project"]
#![license = "MPL"]
#![allow(non_snake_case)]
#![feature(phase)]
#![feature(phase)]

View file

@ -8,6 +8,8 @@
#![comment = "The Servo Parallel Browser Project"]
#![license = "MPL"]
#![allow(non_snake_case)]
extern crate "msg" as servo_msg;
/// This module contains shared types and messages for use by devtools/script.