mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix some warnings in gfx.
This commit is contained in:
parent
2f6951af0b
commit
5ffd71cd5e
4 changed files with 6 additions and 7 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