mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Reorder features in script crate
This commit is contained in:
parent
896be066dd
commit
5f5266a3e5
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@
|
|||
#![feature(on_unimplemented)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![feature(plugin)]
|
||||
#![feature(question_mark)]
|
||||
#![feature(slice_patterns)]
|
||||
#![feature(stmt_expr_attributes)]
|
||||
#![feature(question_mark)]
|
||||
#![feature(try_borrow)]
|
||||
#![feature(try_from)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue