mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Deny unsafe code in compositing.
This commit is contained in:
parent
8f55af1190
commit
1abc7a6dab
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#![feature(slice_bytes)]
|
||||
#![feature(vec_push_all)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue