mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use impl Trait syntax for Node::child_elements
This commit is contained in:
parent
476df17045
commit
9c8a810d6e
2 changed files with 6 additions and 9 deletions
|
@ -5,6 +5,7 @@
|
|||
#![feature(as_unsafe_cell)]
|
||||
#![feature(borrow_state)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(conservative_impl_trait)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(custom_attribute)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue