mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Squashing the remaining warnings in utils module.
This commit is contained in:
parent
b1a35f549b
commit
1f6a93144f
1 changed files with 1 additions and 2 deletions
|
@ -12,13 +12,12 @@
|
|||
#![feature(io)]
|
||||
#![feature(old_io)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![feature(page_size)]
|
||||
#![cfg_attr(target_os = "linux", feature(page_size, str_words))]
|
||||
#![feature(path)]
|
||||
#![feature(path_ext)]
|
||||
#![feature(plugin)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(std_misc)]
|
||||
#![feature(str_words)]
|
||||
#![feature(unicode)]
|
||||
#![feature(unsafe_destructor)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue