aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flow_ref.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/flow_ref.rs')
-rw-r--r--components/layout/flow_ref.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/flow_ref.rs b/components/layout/flow_ref.rs
index 19bce56e391..9a8e2bb580e 100644
--- a/components/layout/flow_ref.rs
+++ b/components/layout/flow_ref.rs
@@ -8,7 +8,7 @@
//! be superfluous. This design is largely duplicating logic of Arc<T> and
//! Weak<T>; please see comments there for details.
-#![allow(unsafe_blocks)]
+#![allow(unsafe_code)]
use flow::Flow;
use flow;