Disallow unsafe code in net and net_traits.

This commit is contained in:
Ms2ger 2016-03-14 15:24:00 +01:00
parent ce2da28a00
commit e8db43ce50
4 changed files with 40 additions and 14 deletions

View file

@ -9,6 +9,8 @@
#![feature(plugin)]
#![plugin(plugins)]
#![deny(unsafe_code)]
extern crate brotli;
extern crate cookie as cookie_rs;
extern crate devtools_traits;