mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #5262 : servo/servo/fix-warnings, r=metajack
This commit is contained in:
commit
124a78fb2e
22 changed files with 52 additions and 59 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue