Fix some warnings in gfx.

This commit is contained in:
Simon Sapin 2015-03-18 22:08:00 +01:00
parent 2f6951af0b
commit 5ffd71cd5e
4 changed files with 6 additions and 7 deletions

View file

@ -14,7 +14,7 @@
//! They are therefore not exactly analogous to constructs like Skia pictures, which consist of
//! low-level drawing primitives.
#![deny(unsafe_blocks)]
#![deny(unsafe_code)]
use display_list::optimizer::DisplayListOptimizer;
use paint_context::{PaintContext, ToAzureRect};