diff options
Diffstat (limited to 'components/layout/construct.rs')
-rw-r--r-- | components/layout/construct.rs | 2 |
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}; |