mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Make use of RefCell::try_borrow_unguarded
This commit is contained in:
parent
a74f5222db
commit
44163148c2
7 changed files with 11 additions and 8 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#![cfg_attr(feature = "unstable", feature(core_intrinsics))]
|
||||
#![cfg_attr(feature = "unstable", feature(on_unimplemented))]
|
||||
#![feature(borrow_state)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(drain_filter)]
|
||||
#![feature(inner_deref)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue