diff options
Diffstat (limited to 'components/layout/opaque_node.rs')
-rw-r--r-- | components/layout/opaque_node.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/opaque_node.rs b/components/layout/opaque_node.rs index e40538251de..666d3a9eb11 100644 --- a/components/layout/opaque_node.rs +++ b/components/layout/opaque_node.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 gfx::display_list::OpaqueNode; use libc::{c_void, uintptr_t}; |