mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #10075 - Ms2ger:deny-unsafe, r=jdm
Deny unsafe code in more crates. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10075) <!-- Reviewable:end -->
This commit is contained in:
commit
8c92e3f32b
17 changed files with 44 additions and 3 deletions
|
@ -10,6 +10,8 @@
|
|||
#![feature(custom_derive, plugin)]
|
||||
#![plugin(plugins, serde_macros)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
extern crate ipc_channel;
|
||||
extern crate serde;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue