diff options
Diffstat (limited to 'components/gfx_traits/lib.rs')
-rw-r--r-- | components/gfx_traits/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/gfx_traits/lib.rs b/components/gfx_traits/lib.rs index c3cda7c1bb9..b7af8286af0 100644 --- a/components/gfx_traits/lib.rs +++ b/components/gfx_traits/lib.rs @@ -8,6 +8,8 @@ #![crate_name = "gfx_traits"] #![crate_type = "rlib"] +#![deny(unsafe_code)] + extern crate azure; extern crate euclid; extern crate heapsize; |