aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/canvas_traits/lib.rs')
-rw-r--r--components/canvas_traits/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/canvas_traits/lib.rs b/components/canvas_traits/lib.rs
index 8d6769da02a..87f1f8c7e41 100644
--- a/components/canvas_traits/lib.rs
+++ b/components/canvas_traits/lib.rs
@@ -8,6 +8,8 @@
#![feature(plugin)]
#![plugin(heapsize_plugin, plugins, serde_macros)]
+#![deny(unsafe_code)]
+
extern crate azure;
extern crate core;
extern crate cssparser;