aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
diff options
context:
space:
mode:
authorPyfisch <pyfisch@gmail.com>2018-10-17 11:23:18 +0200
committerPyfisch <pyfisch@gmail.com>2018-10-22 16:15:48 +0200
commitd9b1950d74e6a3c17de0579d47a8cd7987a29d9e (patch)
tree173ae8db0829ac258fcf835fad3038ea984ba6a0 /components/layout/construct.rs
parent2ff330a5c9c0172ab6c0f4eae28c1fe2900d119b (diff)
downloadservo-d9b1950d74e6a3c17de0579d47a8cd7987a29d9e.tar.gz
servo-d9b1950d74e6a3c17de0579d47a8cd7987a29d9e.zip
Layout: Remove redundant deny unsafe and format
Add license to two files. Bypass DisplayListBuilder for some items.
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r--components/layout/construct.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout/construct.rs b/components/layout/construct.rs
index ba86416f935..48727bb3d1a 100644
--- a/components/layout/construct.rs
+++ b/components/layout/construct.rs
@@ -11,8 +11,6 @@
//! maybe it's an absolute or fixed position thing that hasn't found its containing block yet.
//! Construction items bubble up the tree from children to parents until they find their homes.
-#![deny(unsafe_code)]
-
use ServoArc;
use block::BlockFlow;
use context::{LayoutContext, with_thread_local_font_context};