diff options
author | Pyfisch <pyfisch@gmail.com> | 2018-10-17 11:23:18 +0200 |
---|---|---|
committer | Pyfisch <pyfisch@gmail.com> | 2018-10-22 16:15:48 +0200 |
commit | d9b1950d74e6a3c17de0579d47a8cd7987a29d9e (patch) | |
tree | 173ae8db0829ac258fcf835fad3038ea984ba6a0 /components/layout/table_wrapper.rs | |
parent | 2ff330a5c9c0172ab6c0f4eae28c1fe2900d119b (diff) | |
download | servo-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/table_wrapper.rs')
-rw-r--r-- | components/layout/table_wrapper.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout/table_wrapper.rs b/components/layout/table_wrapper.rs index 65684f8e165..b7f84908ec2 100644 --- a/components/layout/table_wrapper.rs +++ b/components/layout/table_wrapper.rs @@ -11,8 +11,6 @@ //! //! Hereafter this document is referred to as INTRINSIC. -#![deny(unsafe_code)] - use app_units::Au; use block::{AbsoluteNonReplaced, BlockFlow, FloatNonReplaced, ISizeAndMarginsComputer, ISizeConstraintInput}; use block::{ISizeConstraintSolution, MarginsMayCollapseFlag}; |