mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Disable non_snake_case warnings in devtools
This commit is contained in:
parent
4546d5d23c
commit
d2e6985ef7
2 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
#![comment = "The Servo Parallel Browser Project"]
|
||||
#![license = "MPL"]
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
#![feature(phase)]
|
||||
|
||||
#![feature(phase)]
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue