diff options
Diffstat (limited to 'components/layout/data.rs')
-rw-r--r-- | components/layout/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/data.rs b/components/layout/data.rs index da24d662485..70ee8eb2c2e 100644 --- a/components/layout/data.rs +++ b/components/layout/data.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#![allow(unsafe_blocks)] +#![allow(unsafe_code)] use construct::{ConstructionItem, ConstructionResult}; use incremental::RestyleDamage; |