auto merge of #5262 : servo/servo/fix-warnings, r=metajack

This commit is contained in:
bors-servo 2015-03-18 15:21:49 -06:00
commit 124a78fb2e
22 changed files with 52 additions and 59 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};