mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Opt-in rather than opt-out to unsafe blocks in layout.
This commit is contained in:
parent
a819b0b1b6
commit
7c6b03abfe
12 changed files with 22 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
//! The layout task. Performs layout on the DOM, builds display lists and sends them to be
|
||||
//! painted.
|
||||
|
||||
#![allow(unsafe_blocks)]
|
||||
|
||||
use css::node_style::StyledNode;
|
||||
use construct::ConstructionResult;
|
||||
use context::{SharedLayoutContext, SharedLayoutContextWrapper};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue