mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Supress panics for ProfilerChan sends.
This commit is contained in:
parent
89c46369a2
commit
25a237c466
6 changed files with 15 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue