Supress panics for ProfilerChan sends.

This commit is contained in:
Josh Matthews 2016-11-10 09:11:59 -05:00
parent 89c46369a2
commit 25a237c466
6 changed files with 15 additions and 4 deletions

View file

@ -13,6 +13,8 @@
#![deny(unsafe_code)]
extern crate ipc_channel;
#[macro_use]
extern crate log;
extern crate serde;
#[macro_use]
extern crate serde_derive;