mirror of
https://github.com/servo/servo.git
synced 2025-07-26 00:30:22 +01:00
Update some feature gates.
This commit is contained in:
parent
aeaf1ea583
commit
f416a6a66e
2 changed files with 3 additions and 2 deletions
|
@ -10,13 +10,15 @@
|
|||
#![feature(hash)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(io)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![feature(old_io)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![feature(page_size)]
|
||||
#![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