mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove usage of FnBox for animation frame callbacks (fixes #14416)
This commit is contained in:
parent
58919f17a6
commit
e8c9c12b6e
5 changed files with 39 additions and 32 deletions
|
@ -6,7 +6,7 @@
|
|||
#![feature(conservative_impl_trait)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(fnbox)]
|
||||
#![feature(field_init_shorthand)]
|
||||
#![feature(mpsc_select)]
|
||||
#![feature(nonzero)]
|
||||
#![feature(on_unimplemented)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue