mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Fix more warnings everywhere.
This commit is contained in:
parent
5ffd71cd5e
commit
6a58cbd118
7 changed files with 5 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
|||
#![crate_name = "devtools"]
|
||||
#![crate_type = "rlib"]
|
||||
|
||||
#![feature(int_uint, box_syntax, io, core, rustc_private)]
|
||||
#![feature(int_uint, box_syntax, io, old_io, core, rustc_private)]
|
||||
#![feature(collections, std_misc)]
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue