mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove outdated unsafe_code allowance.
This commit is contained in:
parent
f3abfeeadd
commit
900583056b
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
||||||
|
|
||||||
//! Traversals over the DOM and flow trees, running the layout computations.
|
//! Traversals over the DOM and flow trees, running the layout computations.
|
||||||
|
|
||||||
// For thread_local.
|
|
||||||
#![allow(unsafe_code)]
|
|
||||||
|
|
||||||
use construct::FlowConstructor;
|
use construct::FlowConstructor;
|
||||||
use context::{LayoutContext, SharedLayoutContext};
|
use context::{LayoutContext, SharedLayoutContext};
|
||||||
use display_list_builder::DisplayListBuildState;
|
use display_list_builder::DisplayListBuildState;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue