mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Fix warnings in script.
This commit is contained in:
parent
1f682d878d
commit
6b69fec7fe
5 changed files with 6 additions and 7 deletions
|
@ -6,14 +6,15 @@
|
|||
#![feature(box_syntax)]
|
||||
#![feature(collections)]
|
||||
#![feature(core)]
|
||||
#![feature(custom_attribute)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(old_io)]
|
||||
#![feature(path)]
|
||||
#![feature(plugin)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(std_misc)]
|
||||
#![feature(unicode)]
|
||||
#![feature(unsafe_destructor)]
|
||||
#![feature(custom_attribute)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![allow(non_snake_case)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue