mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Deny unsafe code in more crates.
This commit is contained in:
parent
c90a1b9b1c
commit
08083f1c9d
17 changed files with 44 additions and 0 deletions
|
@ -1774,6 +1774,7 @@ trait ScaledFontExtensionMethods {
|
|||
}
|
||||
|
||||
impl ScaledFontExtensionMethods for ScaledFont {
|
||||
#[allow(unsafe_code)]
|
||||
fn draw_text(&self,
|
||||
draw_target: &DrawTarget,
|
||||
run: &TextRun,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue