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_row.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_row.rs')
-rw-r--r-- | components/layout/table_row.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout/table_row.rs b/components/layout/table_row.rs index 9d5c3a15618..236aeb42110 100644 --- a/components/layout/table_row.rs +++ b/components/layout/table_row.rs @@ -4,8 +4,6 @@ //! CSS table formatting contexts. -#![deny(unsafe_code)] - use app_units::Au; use block::{BlockFlow, ISizeAndMarginsComputer}; use context::LayoutContext; |