diff options
Diffstat (limited to 'components/layout/table_cell.rs')
-rw-r--r-- | components/layout/table_cell.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout/table_cell.rs b/components/layout/table_cell.rs index 1af32166a5f..5ce5cf7a3f9 100644 --- a/components/layout/table_cell.rs +++ b/components/layout/table_cell.rs @@ -4,8 +4,6 @@ //! CSS table formatting contexts. -#![deny(unsafe_code)] - use app_units::Au; use block::{BlockFlow, ISizeAndMarginsComputer, MarginsMayCollapseFlag}; use context::LayoutContext; |