aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_caption.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/table_caption.rs')
-rw-r--r--components/layout/table_caption.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_caption.rs b/components/layout/table_caption.rs
index cffc05dd93b..8a426da962f 100644
--- a/components/layout/table_caption.rs
+++ b/components/layout/table_caption.rs
@@ -4,7 +4,7 @@
//! CSS table formatting contexts.
-#![deny(unsafe_block)]
+#![deny(unsafe_blocks)]
use block::BlockFlow;
use construct::FlowConstructor;