mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Make AbsolutelyPositionedBox be 'static
This commit is contained in:
parent
7ade924683
commit
c3932185ec
7 changed files with 42 additions and 48 deletions
|
@ -3,6 +3,7 @@
|
|||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(arbitrary_self_types)]
|
||||
#![feature(exact_size_is_empty)]
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue