mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Fix warnings in style.
This commit is contained in:
parent
99cf9dbfc1
commit
d553bfefbb
2 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
* 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/. */
|
||||
|
||||
#![feature(alloc)]
|
||||
#![feature(plugin)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(core)]
|
||||
#![feature(std_misc)]
|
||||
#![feature(collections)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue