diff options
Diffstat (limited to 'components/layout/context.rs')
-rw-r--r-- | components/layout/context.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/layout/context.rs b/components/layout/context.rs index 29a96358ff5..96925bbc55a 100644 --- a/components/layout/context.rs +++ b/components/layout/context.rs @@ -4,6 +4,8 @@ //! Data needed by the layout task. +#![allow(unsafe_blocks)] + use css::matching::{ApplicableDeclarationsCache, StyleSharingCandidateCache}; use geom::{Rect, Size2D}; |