mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Disallow unsafe code in net and net_traits.
This commit is contained in:
parent
ce2da28a00
commit
e8db43ce50
4 changed files with 40 additions and 14 deletions
|
@ -9,6 +9,8 @@
|
|||
#![feature(plugin)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
extern crate brotli;
|
||||
extern crate cookie as cookie_rs;
|
||||
extern crate devtools_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue