Remove outdated unsafe_code allowance.

This commit is contained in:
Ms2ger 2016-03-23 11:31:11 +01:00
parent f3abfeeadd
commit 900583056b

View file

@ -4,9 +4,6 @@
//! Traversals over the DOM and flow trees, running the layout computations.
// For thread_local.
#![allow(unsafe_code)]
use construct::FlowConstructor;
use context::{LayoutContext, SharedLayoutContext};
use display_list_builder::DisplayListBuildState;