mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Reduce the scope of the allowed unsafe code in gfx::text.
This commit is contained in:
parent
75ea39c709
commit
db5ddb561c
3 changed files with 3 additions and 1 deletions
|
@ -107,5 +107,4 @@ pub mod paint_thread;
|
|||
mod platform;
|
||||
|
||||
// Text
|
||||
#[allow(unsafe_code)]
|
||||
pub mod text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue